Skip to content

Commit

Permalink
Fixed Git check with PNPM publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-Ross committed Jan 2, 2024
1 parent 5850dfc commit 39dcd76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
run: |
pnpm build
- name: Publish to NPM 🚀️
run: pnpm publish
run: pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 39dcd76

Please sign in to comment.