Skip to content

Commit

Permalink
ci: fix release using --no-git-checks flag (#685)
Browse files Browse the repository at this point in the history
* Add --no-git-checks

* Empty commit
  • Loading branch information
sebastijankuzner authored Sep 5, 2024
1 parent a3ba867 commit 7cc7ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:

- name: Publish to NPM
run: |
pnpm run release -- --publish-branch=evm --tag=evm
pnpm run release -- --publish-branch=evm --tag=evm --no-git-checks
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

Expand Down

0 comments on commit 7cc7ed4

Please sign in to comment.