npm token location

This commit is contained in:
Dan Finch 2026-05-02 03:15:09 +02:00
parent a184bba740
commit dbc85da5d9

View file

@ -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