Skip to content

Commit eca2328

Browse files
fix: ci
1 parent 4b23c9f commit eca2328

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
@@ -30,6 +30,6 @@ jobs:
3030
run: pnpm install
3131

3232
- name: Publish package on npmjs.com
33-
run: pnpm publish
33+
run: pnpm publish --no-git-checks
3434
env:
3535
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)