fix: npm auth

This commit is contained in:
Dan Finch 2026-05-02 03:30:41 +02:00
parent 655175f273
commit 2fecc9a1d0

View file

@ -27,7 +27,7 @@ runs:
shell: bash shell: bash
env: env:
NPM_TOKEN: ${{ inputs.npm-token }} NPM_TOKEN: ${{ inputs.npm-token }}
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > "$GITHUB_WORKSPACE/.npmrc" run: npm config set //registry.npmjs.org/:_authToken "${NPM_TOKEN}"
- name: Run multi-semantic-release - name: Run multi-semantic-release
shell: bash shell: bash