Skip to content

Commit 6d7474e

Browse files
authored
Merge pull request #190 from aligent/fix/update-npm-token-reference
Update NPM token secret in release workflow
2 parents fad6b32 + 8a81c78 commit 6d7474e

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
@@ -23,7 +23,7 @@ jobs:
2323
- run: npm run build
2424
- run: npm publish --access public
2525
env:
26-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
26+
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
2727
- run: git push
2828
env:
2929
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)