From 66ccbcbbf60a9c48b6b6a4fd7e89a5c08dde8c1d Mon Sep 17 00:00:00 2001 From: Ahmed Abdelbaset Date: Mon, 5 Aug 2024 05:47:05 +0300 Subject: [PATCH] chore: Update release-canary.yml and set npm authentication token --- .github/workflows/release-canary.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-canary.yml b/.github/workflows/release-canary.yml index d9ffbb1..44b1144 100644 --- a/.github/workflows/release-canary.yml +++ b/.github/workflows/release-canary.yml @@ -27,6 +27,7 @@ jobs: - name: Publish a Canary version id: publish run: | + npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }} pnpm changeset version --snapshot ${{ github.event.number }} npm publish --access public --tag canary --no-git-checks echo "published=true" >> "$GITHUB_OUTPUT"