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 e26d376 commit 315bbf3
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 @@ -74,7 +74,7 @@ jobs:
- name: Checkout the new branch ${{ steps.branchTag.outputs.tag }}
uses: actions/[email protected]
with:
ref: ${{ steps.branchTag.outputs.tag }}
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 315bbf3

Please sign in to comment.