Skip to content

Commit 63cd55b

Browse files
committed
Make: NPM w/out NODE_AUTH_TOKEN
1 parent 6541157 commit 63cd55b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -451,9 +451,7 @@ jobs:
451451
run: npm publish --dry-run
452452
- name: Publish to NPM
453453
if: github.ref == 'refs/heads/main'
454-
run: npm publish --provenance --access public
455-
env:
456-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
454+
run: npm publish --access public
457455

458456
publish_rust:
459457
name: Publish Rust Crate

0 commit comments

Comments
 (0)