We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NPM_TOKEN
1 parent 2135a58 commit 714c615Copy full SHA for 714c615
.github/workflows/release.yml
@@ -459,9 +459,13 @@ jobs:
459
- name: Dry Run Publish to NPM
460
if: github.ref != 'refs/heads/main'
461
run: npm publish --dry-run
462
+ env:
463
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
464
- name: Publish to NPM
465
if: github.ref == 'refs/heads/main'
- run: npm publish --access public
466
+ run: npm publish --provenance --access public
467
468
469
470
publish_rust:
471
name: Publish Rust Crate
0 commit comments