fix: remove registry-url from setup-node to enable OIDC auth
This commit is contained in:
parent
390c25197f
commit
afa2ece847
6
.github/workflows/publish-platform.yml
vendored
6
.github/workflows/publish-platform.yml
vendored
@ -193,12 +193,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: "24"
|
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 }}
|
- name: Publish ${{ matrix.platform }}
|
||||||
if: steps.check.outputs.skip != 'true'
|
if: steps.check.outputs.skip != 'true'
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user