Skip to content

Commit fb8239e

Browse files
Update npm-release.yml (#86)
1 parent d9afe22 commit fb8239e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/npm-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ jobs:
7070
7171
- name: Publish release to NPM
7272
shell: bash
73-
env:
74-
NODE_AUTH_TOKEN: ""
7573
run: |
7674
echo "About to run: npm publish --provenance --tag ${{ steps.npm-tag.outputs.tag }}"
77-
npm publish --provenance --tag ${{ steps.npm-tag.outputs.tag }}
75+
NODE_AUTH_TOKEN="" npm publish --provenance --tag ${{ steps.npm-tag.outputs.tag }}

0 commit comments

Comments
 (0)