Skip to content

Commit 187038c

Browse files
committed
chore: add not git checks
1 parent 6ba980b commit 187038c

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
@@ -28,7 +28,7 @@ jobs:
2828

2929
- run: pnpm run build
3030
# https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
31-
- run: pnpm publish
31+
- run: pnpm publish --no-git-checks
3232
env:
3333
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
3434

0 commit comments

Comments
 (0)