Skip to content

Commit 4486dcc

Browse files
committed
ci: pnpm publish no git check
1 parent 3fbbe03 commit 4486dcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Publish
3939
run: |
4040
pnpm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
41-
pnpm publish --verbose
41+
pnpm publish --verbose --no-git-checks
4242
4343
release-note:
4444
name: Release Note (${{ github.ref }})

0 commit comments

Comments
 (0)