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 315bbf3 commit 571a191
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/create-release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,13 @@ jobs:
- name: Create new release candidate branch
run: |
git branch ${{ steps.branchTag.outputs.tag }}
git checkout ${{ steps.branchTag.outputs.tag }}
git push
- name: Checkout the new branch ${{ steps.branchTag.outputs.tag }}
uses: actions/[email protected]
with:
ref: '${{ steps.branchTag.outputs.tag }}'
#- name: Checkout the new branch ${{ steps.branchTag.outputs.tag }}
# uses: actions/[email protected]
# with:
# ref: '${{ steps.branchTag.outputs.tag }}'

- name: Update all the Maven modules with the new version
run: mvn versions:set -DnewVersion=${{ steps.mavenProjectVersion.outputs.version }} -DremoveSnapshot -DgenerateBackupPoms=false
Expand Down

0 comments on commit 571a191

Please sign in to comment.