Skip to content

Commit fea617f

Browse files
chore: try using NPM_AUTH_TOKEN instead of NODE_AUTH_TOKEN
Attempt to fix the release workflow. See actions/setup-node#81
1 parent fb04381 commit fea617f

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
@@ -22,4 +22,4 @@ jobs:
2222
- run: yarn build
2323
- run: yarn publish
2424
env:
25-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
NPM_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)