Skip to content

Commit 6b20f2d

Browse files
authored
fix: add no-git-check option to pnpm publish (#22)
1 parent 18396af commit 6b20f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
- name: build
2727
run: pnpm build
2828
- name: Publish
29-
run: pnpm publish
29+
run: pnpm publish --no-git-checks
3030
env:
3131
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)