Skip to content

Commit

Permalink
fix: add --no-git-checks flag to pnpm publish in GH publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
f3rno64 committed Feb 5, 2024
1 parent 693945c commit 3d614ac
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 @@ -34,6 +34,6 @@ jobs:
run: pnpm build

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

0 comments on commit 3d614ac

Please sign in to comment.