Skip to content

Commit 29d6c74

Browse files
tianzhouclaude
andcommitted
fix: add registry-url to setup-node for npm OIDC auth
actions/setup-node requires registry-url to configure .npmrc with the auth token environment variable for OIDC publishing. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a98c934 commit 29d6c74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ jobs:
120120
with:
121121
node-version: "22"
122122
cache: "pnpm"
123+
registry-url: "https://registry.npmjs.org"
123124

124125
- name: Install dependencies
125126
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)