Skip to content

Commit

Permalink
fix for the release candidate GitHub workflow (CONNECTORS-1754)
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenPj committed Mar 26, 2024
1 parent 571a191 commit 88f734b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
- name: Create new release candidate branch
run: |
git branch ${{ steps.branchTag.outputs.tag }}
git checkout ${{ steps.branchTag.outputs.tag }}
git push
git checkout ${{ steps.branchTag.outputs.tag }}
#- name: Checkout the new branch ${{ steps.branchTag.outputs.tag }}
# uses: actions/checkout@v4.1.1
# with:
Expand Down

0 comments on commit 88f734b

Please sign in to comment.