From 7f23bf08073da734995288578abd5c2779be6b67 Mon Sep 17 00:00:00 2001 From: Michael Novotny Date: Sun, 17 Jan 2021 16:39:39 -0600 Subject: [PATCH] Adds registry and auth to node version. --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73d274a..16a2eaf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,9 @@ jobs: - name: Set node version uses: actions/setup-node@v1 with: + always-auth: true node-version: ${{ steps.nvm.outputs.version }} + registry-url: 'https://registry.npmjs.org' - name: Cache yarn version id: yarn-cache uses: actions/cache@v2