Skip to content

Commit

Permalink
chore: fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Oct 31, 2023
1 parent 0a95354 commit 85376aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- name: build
run: pnpm run build
- name: deploy
run: pnpm publish
run: pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 85376aa

Please sign in to comment.