Skip to content

Commit 94e9797

Browse files
authored
Drop NODE_AUTH_TOKEN from publish script (#408)
1 parent 296ab2d commit 94e9797

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,5 @@ jobs:
3636
TAG_NAME: ${{ github.ref_name }}
3737
- run: npm publish --provenance --access public --tag next
3838
if: "github.event.release.prerelease"
39-
env:
40-
NODE_AUTH_TOKEN: ${{ secrets.npm_secret }}
4139
- run: npm publish --provenance --access public
4240
if: "!github.event.release.prerelease"
43-
env:
44-
NODE_AUTH_TOKEN: ${{ secrets.npm_secret }}

0 commit comments

Comments
 (0)