Skip to content

Commit 7a07387

Browse files
Update publish.yml
1 parent e4a529d commit 7a07387

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
@@ -66,6 +66,6 @@ jobs:
6666
6767
- name: Publish to npm
6868
if: steps.version-check.outputs.exists == 'false'
69-
run: pnpm publish --access public
69+
run: pnpm publish --no-git-checks --access public
7070
env:
7171
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)