Skip to content

Commit 29672d0

Browse files
committed
try to fix CI
1 parent cdb8feb commit 29672d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
- run: pnpm check
2727
- name: Publish package to NPM
2828
if: startsWith(github.ref, 'refs/tags/v')
29-
run: pnpm publish --access public
29+
run: pnpm publish --no-git-checks --access public
3030
env:
3131
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)