From e08be1b3ddb68d8cc9b8d5b9c3770d3e84a3e7bc Mon Sep 17 00:00:00 2001 From: Kevin Tran Date: Fri, 15 May 2026 14:30:09 -0400 Subject: [PATCH] fix: restore registry-url for npm Trusted Publisher OIDC auth Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7661969..1083e95 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,6 +18,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 20 + registry-url: https://registry.npmjs.org - name: Install dependencies run: npm ci