Skip to content

Commit e4831e3

Browse files
committed
chore: fix it again
1 parent c69faf0 commit e4831e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727

2828
- run: |
2929
pnpm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
30-
pnpm publish --access public
30+
pnpm publish --access public --no-git-checks
3131
env:
3232
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)