We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d90f16 commit ac056d4Copy full SHA for ac056d4
.github/workflows/release.yml
@@ -46,4 +46,4 @@ jobs:
46
# Note: Setting NODE_AUTH_TOKEN as job|workspace wide env var won't work
47
# as it appears actions/setup-node sets own value
48
env:
49
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }} # 01dd......71cc
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments