We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3775350 commit f4e800eCopy full SHA for f4e800e
.github/workflows/Publish.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
toolchain: stable
27
target: wasm32-unknown-unknown
28
- - run: pnpm publish --provenance --access public
+ - run: pnpm publish --provenance --access public --no-git-checks
29
env:
30
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
31
- name: Publish crates
0 commit comments