We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 195e385 + 812aca4 commit 2aeebfbCopy full SHA for 2aeebfb
1 file changed
.github/workflows/publish.yml
@@ -16,4 +16,4 @@ jobs:
16
- run: npm install
17
- run: npm publish
18
env:
19
- NPM_ACCESS_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
+ NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
0 commit comments