Skip to content

Commit 557ee53

Browse files
Add --no-git-checks option to npm publish command in publish.yml
1 parent 7974e4f commit 557ee53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
run: pnpm run build
2929

3030
- name: Publish to npm
31-
run: pnpm publish --access public
31+
run: pnpm publish --access public --no-git-checks
3232
env:
3333
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 commit comments

Comments
 (0)