Skip to content

Commit 8ef9001

Browse files
authored
chore: fix ci release (#22)
1 parent 4b01194 commit 8ef9001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
- recursive: true
2727
args: [--frozen-lockfile]
2828
- run: pnpm compile
29-
- run: pnpm publish --access=public
29+
- run: pnpm publish --access=public --no-git-checks
3030
env:
3131
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)