Skip to content

Commit

Permalink
Update release.yml: fixed next version computation
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille authored Jun 28, 2024
1 parent bc3a66b commit df74a36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
run: |
maven_config="$(cat .mvn/maven.config)"
current_version="${maven_config/#*-Drevision=}"
current_version=2024.06.001-alpha
current_version="${current_version/ */}"
current_segment="${current_version/*./}"
last_digits="${current_segment/[^0-9]*/}"
Expand Down

0 comments on commit df74a36

Please sign in to comment.