We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 248609d commit 15dc030Copy full SHA for 15dc030
.github/workflows/publish.yml
@@ -33,3 +33,5 @@ jobs:
33
- run: npm ci
34
- run: npm run build
35
- run: npm publish
36
+ env:
37
+ NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments