Skip to content

Commit afa2ece

Browse files
committed
fix: remove registry-url from setup-node to enable OIDC auth
1 parent 390c251 commit afa2ece

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/publish-platform.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -193,12 +193,6 @@ jobs:
193193
with:
194194
node-version: "24"
195195

196-
- name: Configure npm for OIDC publishing
197-
if: steps.check.outputs.skip != 'true'
198-
run: |
199-
echo "registry=https://registry.npmjs.org/" > ~/.npmrc
200-
echo "//registry.npmjs.org/:_authToken=" >> ~/.npmrc
201-
202196
- name: Publish ${{ matrix.platform }}
203197
if: steps.check.outputs.skip != 'true'
204198
run: |

0 commit comments

Comments
 (0)