From af0eabdf2f889ccfd000924f81dc19a6d00a0278 Mon Sep 17 00:00:00 2001 From: boazpoolman Date: Fri, 10 Feb 2023 18:32:55 +0100 Subject: [PATCH] chore: Try fix publish workflow --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e9ebc1b..4266953 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,9 +11,10 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: + always-auth: true node-version: 16 cache: 'yarn' - always-auth: true + registry-url: 'https://registry.npmjs.org/' - name: Install dependencies run: yarn install --frozen-lockfile - name: Get the release tag version