Skip to content

Commit 28ece39

Browse files
authored
fix release workflow (#26)
1 parent b67abd5 commit 28ece39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
with:
1717
version: 10
1818
- run: pnpm install
19-
- run: pnpm publish
19+
- run: pnpm publish --no-git-checks
2020
env:
2121
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)