npm token location
This commit is contained in:
parent
a184bba740
commit
dbc85da5d9
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ runs:
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
NPM_TOKEN: ${{ inputs.npm-token }}
|
NPM_TOKEN: ${{ inputs.npm-token }}
|
||||||
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
|
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > "$GITHUB_WORKSPACE/.npmrc"
|
||||||
|
|
||||||
- name: Run multi-semantic-release
|
- name: Run multi-semantic-release
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue