From ce790680fa4eaa38a0457724c401c1a09a1f578c Mon Sep 17 00:00:00 2001 From: Scott Prue Date: Fri, 23 Feb 2024 12:38:35 -0700 Subject: [PATCH] fix: package marked as private (#407) --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4049f6f..311d4d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,6 +33,9 @@ jobs: - name: Configure package manager run: | echo Configuring NPM_TOKEN globally for .npmrc + npm config set '//registry.npmjs.org/:_authToken' ${{ env.NPM_TOKEN }} + npm set @reside-eng:registry "https://npm.pkg.github.com" + npm config set '//npm.pkg.github.com/:_authToken' $GITHUB_TOKEN yarn config set npmAuthToken ${{ env.NPM_TOKEN }} npm whoami env: @@ -64,7 +67,7 @@ jobs: with: semantic_version: ^18 extra_plugins: | - @side/semantic-config-base + @side/semantic-config-base" branches: | [ '+([0-9])?(.{+([0-9]),x}).x',