drop redundant NODE_AUTH_TOKEN="" from publish step

Made-with: Cursor
This commit is contained in:
Colin McDonnell
2026-04-12 19:03:22 +00:00
committed by pullfrog[bot]
parent bbcf91a06e
commit ed90735ba0
+1 -1
View File
@@ -101,7 +101,7 @@ jobs:
- name: Publish to npm
if: steps.check_tag.outputs.exists == 'false'
run: NODE_AUTH_TOKEN="" npm publish --provenance --access public
run: npm publish --provenance --access public
- name: Summary
if: always()