Skip to content

Commit b62426a

Browse files
committed
fix: release workflow
1 parent d44dbc7 commit b62426a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- run: pnpm build
4343
if: ${{ steps.release.outputs.release_created }}
4444

45-
- run: pnpm publish --access=public --provenance
45+
- run: pnpm publish --no-git-checks --access=public --provenance
4646
if: ${{ steps.release.outputs.release_created }}
4747
env:
4848
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)