From e7e65149f5e4fef6bd5497cd9fa7b0c1c1ad6771 Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Fri, 30 Aug 2024 17:23:29 +0100 Subject: [PATCH] feat(workflow): add npm registry URL to setup-node action Added the registry-url parameter to the setup-node action in the release workflow to ensure the correct npm registry is used during the publish step. --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dd359896..6d589369 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -51,6 +51,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: ${{ env.NODE_VERSION }} + registry-url: 'https://registry.npmjs.org' - name: Publish to npm run: deno run -A jsr:@ryoppippi/mirror-jsr-to-npm env: