From 1e9b502ecc0520e110dda97fd65d656fae5d5ef3 Mon Sep 17 00:00:00 2001 From: Kelly Mears Date: Wed, 28 Sep 2022 03:14:00 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20fix(none):=20publish=20workflow?= =?UTF-8?q?=20(#1723)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refers: - none ## Type of change **PATCH: backwards compatible change** This PR includes breaking changes to the following core packages: - none This PR includes breaking changes to the follow extensions: - none ## Dependencies ### Adds - none ### Removes - none --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d9a649cbf7..ea50222003 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,6 +50,10 @@ jobs: run: | yarn @bud release --tag latest --version ${{ github.event.inputs.version }} + - name: reset npmAuthToken + run: | + yarn config set npmAuthToken "${NPM_AUTH_TOKEN:-fallback}" + - name: Configure Git run: | git config user.name "Roots Ladybud"