fix: remove registry-url from setup-node to enable OIDC auth

This commit is contained in:
justsisyphus
2026-01-30 13:11:44 +09:00
parent 390c25197f
commit afa2ece847

View File

@@ -193,12 +193,6 @@ jobs:
with:
node-version: "24"
- name: Configure npm for OIDC publishing
if: steps.check.outputs.skip != 'true'
run: |
echo "registry=https://registry.npmjs.org/" > ~/.npmrc
echo "//registry.npmjs.org/:_authToken=" >> ~/.npmrc
- name: Publish ${{ matrix.platform }}
if: steps.check.outputs.skip != 'true'
run: |