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 20d6d46 commit d280c91Copy full SHA for d280c91
.github/workflows/publish.yml
@@ -25,4 +25,6 @@ jobs:
25
- run: npm ci
26
- run: npm run build --if-present
27
- run: npm test
28
- - run: npm publish
+ - run: npm publish
29
+ env:
30
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments