Skip to content

Commit 2b0104d

Browse files
committed
Rename npm auth token on publish
1 parent b476028 commit 2b0104d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,4 @@ jobs:
200200
run: yarn publish --tag ${{ inputs.npm-tag }} --new-version ${{ inputs.new-version || github.ref_name }}
201201
if: ${{ !env.ACT }}
202202
env:
203-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
203+
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)