Skip to content

Commit 39a5a70

Browse files
committed
ci(deploy): publish with --no-git-checks
1 parent 6de25bf commit 39a5a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
run: pnpm build
3838

3939
- name: Publish
40-
run: pnpm publish
40+
run: pnpm publish --no-git-checks
4141
env:
4242
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)