drop redundant NODE_AUTH_TOKEN="" from publish step
Made-with: Cursor
This commit is contained in:
committed by
pullfrog[bot]
parent
bbcf91a06e
commit
ed90735ba0
@@ -101,7 +101,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Publish to npm
|
- name: Publish to npm
|
||||||
if: steps.check_tag.outputs.exists == 'false'
|
if: steps.check_tag.outputs.exists == 'false'
|
||||||
run: NODE_AUTH_TOKEN="" npm publish --provenance --access public
|
run: npm publish --provenance --access public
|
||||||
|
|
||||||
- name: Summary
|
- name: Summary
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
Reference in New Issue
Block a user