mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +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 }}
|
||||
- name: Prepare NPM Token
|
||||
run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
|
||||
working-directory: ${{ inputs.working-directory }}
|
||||
shell: bash
|
||||
env:
|
||||
NPM_TOKEN: ${{ inputs.token }}
|
||||
|
Reference in New Issue
Block a user