We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa88eb commit 9e6f7cfCopy full SHA for 9e6f7cf
1 file changed
.github/workflows/release.yml
@@ -54,7 +54,7 @@ jobs:
54
run: tar xzvf apache-maven-3.9.7-bin.tar.gz
55
56
- name: Set Maven
57
- run: mv apache-maven-3.9.6 maven
+ run: mv apache-maven-3.9.7 maven
58
59
- name: Set Version for release
60
run: maven/bin/mvn -B --file parent-pom/pom.xml versions:set -DnewVersion="${{ github.event.inputs.release }}" -Pall-modules versions:commit
0 commit comments