Skip to content

Commit

Permalink
Replace slash by dash in branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Mar 6, 2024
1 parent fd7daed commit 548da47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ runs:
echo "Renaming initial version: ${oldversion}"
version=${oldversion//-SNAPSHOT/}
version=${version}-${{ github.ref_name }}-SNAPSHOT
version=${version//\//-}
echo "to new Version: $version"
mvn versions:set -DnewVersion=$version --no-transfer-progress
Expand Down

0 comments on commit 548da47

Please sign in to comment.