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 946001c commit 52955b8Copy full SHA for 52955b8
.github/workflows/npmpublish.yml
@@ -38,10 +38,10 @@ jobs:
38
node-version: 12
39
registry-url: https://registry.npmjs.org/
40
- name: yarn publish
41
- run: |
42
- npm i -g yarn
43
- yarn config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
44
- yarn publish
45
- env:
46
- NODE_AUTH_TOKEN: ${{secrets.npm_token}}
47
- CI: true
+ run: |
+ npm i -g yarn
+ yarn config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
+ yarn publish
+ env:
+ NODE_AUTH_TOKEN: ${{secrets.npm_token}}
+ CI: true
0 commit comments