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 88f734b commit c272154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Create new release candidate branch
run: |
git branch ${{ steps.branchTag.outputs.tag }}
git push
git push --set-upstream origin ${{ steps.branchTag.outputs.tag }}
git checkout ${{ steps.branchTag.outputs.tag }}
#- name: Checkout the new branch ${{ steps.branchTag.outputs.tag }}
Expand Down

0 comments on commit c272154

Please sign in to comment.