From 595fa28485da82df58265f2bfbcee75fbabd0aea Mon Sep 17 00:00:00 2001 From: Jonathan Haines Date: Wed, 9 Apr 2025 20:25:08 +1000 Subject: [PATCH] ci(release): yarn config set npmAuthToken (#1117) --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c22da97..0767c9ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,11 @@ jobs: - name: Build run: yarn build + - name: Set NPM Auth Token + run: yarn config set npmAuthToken ${NPM_TOKEN} + env: + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + - name: Create Release Pull Request or Publish to npm id: changesets uses: changesets/action@v1