Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-zhang-04 committed Apr 3, 2024
1 parent 5d8b5ff commit 1978116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: publish to NPM
# Don't fail if version already exists
run: pnpm publish --access public || echo "Version already published" && exit 0
run: pnpm publish --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down

0 comments on commit 1978116

Please sign in to comment.