Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
changing how we checkout the new release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-flinn committed Oct 27, 2021
1 parent 8892553 commit 9e3d45d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 9e3d45d

Please sign in to comment.