From 65c6e67e42a8c8f254fcc595f8e0f0a6ba7c8a4c Mon Sep 17 00:00:00 2001 From: Luis Covarrubias Date: Thu, 6 Nov 2025 15:03:59 -0800 Subject: [PATCH] feat: add npm registry URL to GitHub workflow Add registry-url to setup-node action in publish workflow to ensure packages are published to the correct npm registry. Ticket: BTC-0 --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d238b82c..85e7dda2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,6 +27,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 20 + registry-url: https://registry.npmjs.org - name: Ensure npm 11.5.1 or later for trusted publishing run: |