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.
NODE_AUTH_TOKEN
1 parent 6541157 commit 63cd55bCopy full SHA for 63cd55b
.github/workflows/release.yml
@@ -451,9 +451,7 @@ jobs:
451
run: npm publish --dry-run
452
- name: Publish to NPM
453
if: github.ref == 'refs/heads/main'
454
- run: npm publish --provenance --access public
455
- env:
456
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ run: npm publish --access public
457
458
publish_rust:
459
name: Publish Rust Crate
0 commit comments