Skip to content

Commit

Permalink
Remove continue-on-error in npm publish (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipliu authored Aug 20, 2024
1 parent 9c5c2ba commit 4bf3d7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/npm_and_docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
run: yarn build:all

- name: Publish npm package
continue-on-error: true
run: yarn publish:anchor-tests
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 4bf3d7a

Please sign in to comment.