From ccbd84c44c7647ea4f6be5d63178b4bbefa46604 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 13 Jan 2026 17:40:31 +0100 Subject: [PATCH] chore: remove npm registry-url from release-please workflow MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/release-please.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 1640553fd..3f7f80f03 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -99,7 +99,6 @@ jobs: uses: actions/setup-node@v6 with: node-version: 24.x - registry-url: https://registry.npmjs.org/ cache: 'pnpm' - name: Install Dependencies -- 2.53.0