Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
actions\build
to use mvn help:evaluate
Since there is no `revision` property in POM, we cannot use `sed` command to extract project version from the POM. * Use more Maven-friendly `mvn help:evaluate -Dexpression="project.version" -q -DforceStdout` command to get the current project version * Remove tentative `finish_release_tmp.yml` since `actions\build` has been fixed now
- Loading branch information