Skip to content

Commit cca3338

Browse files
Add --no-git-checks flag to pnpm publish command
1 parent ab80ebd commit cca3338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- run: npm install -g corepack@latest
2020
- run: corepack enable
2121
- run: pnpm install --prod --frozen-lockfile
22-
- run: pnpm -r publish
22+
- run: pnpm -r publish --no-git-checks
2323
env:
2424
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)