Skip to content

Commit c089bb2

Browse files
authored
chore(ci): .npmrc set in working directory (#26298)
1 parent 4127387 commit c089bb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/actions/release/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ runs:
3434
working-directory: ${{ inputs.working-directory }}
3535
- name: Prepare NPM Token
3636
run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
37+
working-directory: ${{ inputs.working-directory }}
3738
shell: bash
3839
env:
3940
NPM_TOKEN: ${{ inputs.token }}

0 commit comments

Comments
 (0)