Skip to content

Commit 339068a

Browse files
yamitzkyclaude
andcommitted
fix: remove registry-url from setup-node to allow OIDC auth
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0004701 commit 339068a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
- uses: actions/setup-node@v4
3939
with:
4040
node-version: "22"
41-
registry-url: "https://registry.npmjs.org"
41+
- run: npm config set registry https://registry.npmjs.org/
4242
- run: npm publish --provenance --access public

0 commit comments

Comments
 (0)