We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6145d2f commit f380a37Copy full SHA for f380a37
1 file changed
.github/workflows/npm-publish.yml
@@ -32,4 +32,4 @@ jobs:
32
- run: npm run build -ws
33
- run: npm publish -ws
34
env:
35
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments