From 99ca73d6b45d9c841c6ed8eeff5d446a0f6cbc9f Mon Sep 17 00:00:00 2001 From: boazpoolman Date: Thu, 9 Feb 2023 22:31:42 +0100 Subject: [PATCH] chore: Try fix publish workflow --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 801176f..f52a671 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,6 +13,7 @@ jobs: with: node-version: 16 cache: 'yarn' + always-auth: true - name: Install dependencies run: yarn install --frozen-lockfile - name: Get the release tag version