From 99e25b04a3504607fb4a2efde24fa7b62a9d5240 Mon Sep 17 00:00:00 2001 From: Tomas Kral Date: Tue, 28 Apr 2026 13:27:17 +0200 Subject: [PATCH] fix(ci): remove registry-url to allow OIDC auth fallback actions/setup-node with registry-url creates an .npmrc with a token-based auth entry, which prevents the npm CLI from falling back to OIDC authentication, causing a misleading 404 error. --- .github/workflows/publish.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 1dd3c04..5c89a79 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -20,7 +20,6 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - registry-url: 'https://registry.npmjs.org' node-version-file: .nvmrc cache: 'yarn'