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