diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index 50f7612a526..bb5ba8928e2 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -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 #