Skip to content

Commit f4e800e

Browse files
committed
fix publishing
1 parent 3775350 commit f4e800e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
toolchain: stable
2727
target: wasm32-unknown-unknown
28-
- run: pnpm publish --provenance --access public
28+
- run: pnpm publish --provenance --access public --no-git-checks
2929
env:
3030
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3131
- name: Publish crates

0 commit comments

Comments
 (0)