Skip to content

Commit 1a1f5cc

Browse files
committed
ci: try using node_auth_token env var
1 parent 0835071 commit 1a1f5cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
run: npx semantic-release
7676
env:
7777
NPM_TOKEN: ${{ secrets.NPM_TOKEN_MSGROOM }}
78+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_MSGROOM }}
7879
GH_TOKEN: ${{ steps.requestPAT.outputs.PAT }}
7980

8081
- name: Generate a tarball from the build results

0 commit comments

Comments
 (0)