From c089bb2ccd5a05ed7deceb87d234c2d00a2e9e6f Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 16 Nov 2022 09:53:18 -0500 Subject: [PATCH] chore(ci): .npmrc set in working directory (#26298) --- .github/workflows/actions/release/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/actions/release/action.yml b/.github/workflows/actions/release/action.yml index a03342a015..8213c8a98c 100644 --- a/.github/workflows/actions/release/action.yml +++ b/.github/workflows/actions/release/action.yml @@ -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 }}