Skip to content

Commit 162c407

Browse files
committed
add no checks for publish
1 parent 9300a56 commit 162c407

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
@@ -32,7 +32,7 @@ jobs:
3232
run: pnpm run ci
3333

3434
- name: Publish to npm
35-
run: pnpm publish
35+
run: pnpm publish --no-git-checks
3636
env:
3737
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3838

0 commit comments

Comments
 (0)