From 2a894ec71a34077530ee18b4e1f2fc6fc052ebcc Mon Sep 17 00:00:00 2001 From: Steven Serrata Date: Fri, 10 Mar 2023 08:57:06 -0500 Subject: [PATCH] Checkout v2.0.0 instead of main --- .github/workflows/canary-beta-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/canary-beta-release.yml b/.github/workflows/canary-beta-release.yml index 2f0535b92..6762f3e25 100644 --- a/.github/workflows/canary-beta-release.yml +++ b/.github/workflows/canary-beta-release.yml @@ -30,7 +30,7 @@ jobs: git config --global user.name "Steven Serrata" git config --global user.email "sserrata@paloaltonetworks.com" git fetch - git checkout main + git checkout v2.0.0 echo "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}" >> .npmrc env: NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}