Skip to content

Commit a258bdb

Browse files
authoredApr 6, 2025··
Merge pull request #2566 from pyth-network/cprussin/set-no-git-checks-on-pnpnm-publish
fix: set --no-git-checks on pnpm publish
2 parents 9e745b3 + 82ba468 commit a258bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/publish-js.yml

+1-1
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.