1
0
mirror of https://github.com/bitwarden/web synced 2025-12-29 14:43:16 +00:00

changing how we checkout the new release branch

This commit is contained in:
Joseph Flinn
2021-10-26 20:48:03 -07:00
parent 8892553e30
commit 9e3d45da6c

View File

@@ -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: |