Skip to content

Commit 85376aa

Browse files
committed
chore: fix publish workflow
1 parent 0a95354 commit 85376aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
- name: build
2626
run: pnpm run build
2727
- name: deploy
28-
run: pnpm publish
28+
run: pnpm publish --no-git-checks
2929
env:
3030
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)