Skip to content

Commit

Permalink
No bail
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastijankuzner committed Oct 1, 2024
1 parent d567d29 commit 12e6a5b
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 @@ -150,7 +150,7 @@ jobs:

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

Expand Down

0 comments on commit 12e6a5b

Please sign in to comment.