Skip to content

Commit 4b78320

Browse files
haydenbleaselclaude
andcommitted
Add registry-url back, update npm, strip authToken for OIDC
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e8a23fd commit 4b78320

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ jobs:
2424
uses: actions/setup-node@v6
2525
with:
2626
node-version: '22'
27+
registry-url: 'https://registry.npmjs.org'
28+
29+
- name: Update npm
30+
run: npm install -g npm@latest
31+
32+
- name: Configure npm for OIDC
33+
run: sed -i '/_authToken/d' ~/.npmrc
2734

2835
- name: Setup Bun
2936
uses: oven-sh/setup-bun@v2

0 commit comments

Comments
 (0)