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 ecb6d15 commit b311880Copy full SHA for b311880
.github/workflows/publish.yml
@@ -29,7 +29,9 @@ jobs:
29
with:
30
node-version: 12
31
registry-url: https://registry.npmjs.org/
32
- - run: npx semantic-release
+ - run: |
33
+ echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
34
+ npx semantic-release
35
env:
36
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
37
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments