From 576c02057959a2b44e244586d800d2b852d61458 Mon Sep 17 00:00:00 2001 From: Joseph Flinn <58369717+joseph-flinn@users.noreply.github.com> Date: Mon, 15 Mar 2021 07:28:59 -0700 Subject: [PATCH] updating the cli deploy to pull from the release branch (rc). Really only needed on the npm deploy (#252) --- .github/workflows/deploy.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2c273ab..dd7c901 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,6 +20,8 @@ jobs: steps: - name: Checkout Repo uses: actions/checkout@v2 + with: + ref: 'rc' - name: Create Deploy version vars id: create_tags @@ -99,6 +101,8 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v2 + with: + ref: 'rc' - name: Setup Chocolatey run: choco apikey --key $env:CHOCO_API_KEY --source https://push.chocolatey.org/ @@ -130,6 +134,8 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v2 + with: + ref: 'rc' - name: Setup NPM shell: pwsh