Skip to content

Commit b40b2ee

Browse files
committed
Add no git checks for pnpm publish
1 parent 5bd29ad commit b40b2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Publish version
3333
if: steps.release.outputs.tag == ''
34-
run: pnpm publish
34+
run: pnpm publish --no-git-checks
3535
env:
3636
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
3737

0 commit comments

Comments
 (0)