Skip to content

Commit e5462dc

Browse files
committed
ci(deploy): publish with --no-git-checks
1 parent 1e813c2 commit e5462dc

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
@@ -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)