Skip to content

Commit cffe257

Browse files
authored
Drop NODE_AUTH_TOKEN from publish script, update versions
This now uses OIDC for publishing
1 parent edb7695 commit cffe257

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/npm-publish.yml

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

0 commit comments

Comments
 (0)