mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
chore(ci): .npmrc set in working directory (#26298)
This commit is contained in:
1
.github/workflows/actions/release/action.yml
vendored
1
.github/workflows/actions/release/action.yml
vendored
@ -34,6 +34,7 @@ runs:
|
|||||||
working-directory: ${{ inputs.working-directory }}
|
working-directory: ${{ inputs.working-directory }}
|
||||||
- name: Prepare NPM Token
|
- name: Prepare NPM Token
|
||||||
run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
|
run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
|
||||||
|
working-directory: ${{ inputs.working-directory }}
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
NPM_TOKEN: ${{ inputs.token }}
|
NPM_TOKEN: ${{ inputs.token }}
|
||||||
|
Reference in New Issue
Block a user