Skip to content

Commit

Permalink
test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaconsalvi committed Aug 13, 2024
1 parent ed09f00 commit cfaeedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-n-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
# RELEASE CANDIDATE - Update of pom.xml with the new version.
#
- name: RELEASE CANDIDATE - Update of pom.xml with the new version
run: ${{ runner.temp }}/maven/bin/mvn versions:set -DnewVersion= ${{ github.head_ref || github.ref_name }} -s ${{ runner.temp }}/settings.xml --no-transfer-progress
run: ${{ runner.temp }}/maven/bin/mvn versions:set -DnewVersion=$BRANCH_NAME -s ${{ runner.temp }}/settings.xml --no-transfer-progress


#
Expand Down

0 comments on commit cfaeedd

Please sign in to comment.