Skip to content

Commit

Permalink
Fix version interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
igbanam committed Sep 19, 2024
1 parent a7c0b19 commit d82e1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "Cleaned branch name: $CLEAN_BRANCH_NAME"
- name: Sets up version
working-directory: rtsl_util
run: mvn versions:set -DnewVersion=$CLEAN_BRANCH_NAME.${{github.run_number}}
run: mvn versions:set -DnewVersion="$CLEAN_BRANCH_NAME".${{github.run_number}}
- name: Builds Artifacts and Images
working-directory: rtsl_util
run: mvn clean install
Expand Down

0 comments on commit d82e1cb

Please sign in to comment.