From 05ec0302c5d2bd86c77b59d528fade7bdb305445 Mon Sep 17 00:00:00 2001 From: Nathan Walters Date: Thu, 8 Dec 2022 10:48:12 -0800 Subject: [PATCH] Set registry URL for release workflow (#33) --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c52602..2647dee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: 16 + registry-url: https://registry.npmjs.org/ - name: Get Yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)"