Skip to content

Commit c96bd26

Browse files
committed
Fix NPM publish command
1 parent 0c19952 commit c96bd26

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
@@ -69,4 +69,4 @@ jobs:
6969
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
7070

7171
- name: Publish
72-
run: pnpm publish --access public
72+
run: pnpm publish --access public --no-git-checks

0 commit comments

Comments
 (0)