npm auth
This commit is contained in:
parent
6b957a56a3
commit
a184bba740
3 changed files with 7 additions and 3 deletions
|
|
@ -23,6 +23,12 @@ runs:
|
|||
shell: bash
|
||||
run: bun install --frozen-lockfile
|
||||
|
||||
- name: Configure npm auth
|
||||
shell: bash
|
||||
env:
|
||||
NPM_TOKEN: ${{ inputs.npm-token }}
|
||||
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
|
||||
|
||||
- name: Run multi-semantic-release
|
||||
shell: bash
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue