diff --git a/actions/release/action.yml b/actions/release/action.yml index 36602c1..8032f3f 100644 --- a/actions/release/action.yml +++ b/actions/release/action.yml @@ -27,7 +27,7 @@ runs: shell: bash env: NPM_TOKEN: ${{ inputs.npm-token }} - run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc + run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > "$GITHUB_WORKSPACE/.npmrc" - name: Run multi-semantic-release shell: bash