Skip to content

Commit e109b40

Browse files
committed
Fix publish
1 parent 3b308bc commit e109b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
node-version: '18.x'
2222
- run: pnpm install
2323
- run: pnpm build
24-
- run: pnpm publish
24+
- run: pnpm publish --no-git-checks
2525
env:
2626
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)