From afa2ece84771972925a7af1506bbaea0a01ef23e Mon Sep 17 00:00:00 2001 From: justsisyphus Date: Fri, 30 Jan 2026 13:11:44 +0900 Subject: [PATCH] fix: remove registry-url from setup-node to enable OIDC auth --- .github/workflows/publish-platform.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/publish-platform.yml b/.github/workflows/publish-platform.yml index 0631e53d4..7a6746415 100644 --- a/.github/workflows/publish-platform.yml +++ b/.github/workflows/publish-platform.yml @@ -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: |