[local] Workflow syntax fix
This commit is contained in:
2
.github/workflows/publish-npm-release.yml
vendored
2
.github/workflows/publish-npm-release.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
uses: ./.github/actions/setup-js
|
uses: ./.github/actions/setup-js
|
||||||
|
|
||||||
- name: Store auth token in config file
|
- name: Store auth token in config file
|
||||||
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
|
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
|
||||||
|
|
||||||
- name: yarn publish
|
- name: yarn publish
|
||||||
run: yarn publish
|
run: yarn publish
|
||||||
|
Reference in New Issue
Block a user