fix: remove registry-url from setup-node to enable OIDC auth
This commit is contained in:
6
.github/workflows/publish-platform.yml
vendored
6
.github/workflows/publish-platform.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user