1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 14:53:33 +00:00

Comment out checkout since there is a git switch

This commit is contained in:
Michal Chciński
2022-07-14 15:41:30 +02:00
parent 45d5ef063b
commit 451b9b9e67

View File

@@ -39,10 +39,10 @@ jobs:
git switch -c ${CLIENT}_version_bump_${{ github.event.inputs.version_number }}
- name: Checkout Version Branch
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
with:
ref: ${{ steps.branch.outputs.client }}_version_bump_${{ github.event.inputs.version_number }}
# - name: Checkout Version Branch
# uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
# with:
# ref: ${{ steps.branch.outputs.client }}_version_bump_${{ github.event.inputs.version_number }}
########################
# VERSION BUMP SECTION #