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 821a7e7 commit 02841acCopy full SHA for 02841ac
.github/workflows/release.js.yml
@@ -20,7 +20,9 @@ jobs:
20
- run: npm ci
21
- run: npm run build --if-present
22
- run: npm test
23
- - run: npm run release --ci
+ - run: |
24
+ npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
25
+ npm run release --ci
26
env:
27
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments