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 01356a7 commit c35fab0Copy full SHA for c35fab0
.github/workflows/ci.yml
@@ -170,4 +170,6 @@ jobs:
170
env:
171
GH_TOKEN: ${{ secrets.GH_TOKEN }}
172
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
173
- run: npx semantic-release
+ run: |
174
+ npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
175
+ npx semantic-release
0 commit comments