Skip to content

Commit 43a3b60

Browse files
authored
Merge pull request #119 from privaloops/fix/release-npm-auth-token
fix(ci): use NODE_AUTH_TOKEN for npm publish auth
2 parents 6f312e5 + 0fdda9b commit 43a3b60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
commit: "chore(release): version packages"
5050
env:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
52+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)