Skip to content

Commit ac056d4

Browse files
committed
ci: fix npm token env
1 parent 5d90f16 commit ac056d4

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
@@ -46,4 +46,4 @@ jobs:
4646
# Note: Setting NODE_AUTH_TOKEN as job|workspace wide env var won't work
4747
# as it appears actions/setup-node sets own value
4848
env:
49-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} # 01dd......71cc
49+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)