From 17e29d84832122b0f3c469180f9e0e1cb8de08c7 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Fri, 8 Nov 2024 09:05:42 +0100 Subject: [PATCH] chore: revisit release process Signed-off-by: Jan Kowalleck --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da9fb586..916c7b29 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -214,8 +214,8 @@ jobs: run: | yarn workspaces focus --production yarn install --mode update-lockfile - - name: login to YARNPKG - run: yarn config set npmAuthToken "$NPM_AUTH_TOKEN" + - name: Set NPM authentication + run: yarn config set --home npmAuthToken "$NPM_AUTH_TOKEN" env: NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: publish to registry as "${{ env.NPMJS_RELEASE_TAG }}"