This commit is contained in:
Dan Finch 2026-05-02 03:05:04 +02:00
parent 6b957a56a3
commit a184bba740
3 changed files with 7 additions and 3 deletions

View file

@ -23,6 +23,12 @@ runs:
shell: bash
run: bun install --frozen-lockfile
- name: Configure npm auth
shell: bash
env:
NPM_TOKEN: ${{ inputs.npm-token }}
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
- name: Run multi-semantic-release
shell: bash
env: