From c73a7ef8114c3f425b35d902cc1a9b9ebaf966f7 Mon Sep 17 00:00:00 2001 From: jack-ph Date: Mon, 26 Jan 2026 13:19:50 +0000 Subject: [PATCH] fix: Remove registry-url from release workflow --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69081b6b7..427a2ddf1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: 24.x - registry-url: "https://registry.npmjs.org" - name: Ensure npm 11.5.1+ for trusted publishing run: npm install -g npm@^11.8.0