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 4a9f7e1 commit e26d376
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/create-release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
- name: Create new release candidate branch
run: |
git branch ${{ steps.branchTag.outputs.tag }}
git commit -am "New branch for release candidate ${{ steps.branchTag.outputs.tag }} created"
git push
- name: Checkout the new branch ${{ steps.branchTag.outputs.tag }}
Expand Down

0 comments on commit e26d376

Please sign in to comment.