From 9e3d45da6c7d7694be224b14f3fa92fb429381d1 Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Tue, 26 Oct 2021 20:48:03 -0700 Subject: [PATCH] changing how we checkout the new release branch --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 617c71d5..636479ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -106,7 +106,11 @@ jobs: run: | git switch -c deploy-$_TAG_VERSION git push -u origin deploy-$_TAG_VERSION - git switch release + + - name: Checkout Repo + uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4 + with: + ref: release - name: Setup git config run: |