Skip to content

Commit

Permalink
chore: skip publish git checks
Browse files Browse the repository at this point in the history
  • Loading branch information
reapziq committed Dec 11, 2023
1 parent 5e8ec5f commit 85aa434
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,6 +23,6 @@ jobs:
run: pnpm build

- name: Publish
run: pnpm publish
run: pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 85aa434

Please sign in to comment.