We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9afe22 commit fb8239eCopy full SHA for fb8239e
.github/workflows/npm-release.yml
@@ -70,8 +70,6 @@ jobs:
70
71
- name: Publish release to NPM
72
shell: bash
73
- env:
74
- NODE_AUTH_TOKEN: ""
75
run: |
76
echo "About to run: npm publish --provenance --tag ${{ steps.npm-tag.outputs.tag }}"
77
- npm publish --provenance --tag ${{ steps.npm-tag.outputs.tag }}
+ NODE_AUTH_TOKEN="" npm publish --provenance --tag ${{ steps.npm-tag.outputs.tag }}
0 commit comments