Skip to content

Commit 82ba468

Browse files
committedApr 6, 2025··
fix: set --no-git-checks on pnpm publish
1 parent 9e745b3 commit 82ba468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/publish-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
env:
2828
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2929
- run: pnpm run turbo build
30-
- run: pnpm publish -r
30+
- run: pnpm publish -r --no-git-checks

0 commit comments

Comments
 (0)
Please sign in to comment.