Skip to content

Commit

Permalink
Update release.yml (#6109)
Browse files Browse the repository at this point in the history
  • Loading branch information
pethers authored May 29, 2024
1 parent afa88eb commit 9e6f7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: tar xzvf apache-maven-3.9.7-bin.tar.gz

- name: Set Maven
run: mv apache-maven-3.9.6 maven
run: mv apache-maven-3.9.7 maven

- name: Set Version for release
run: maven/bin/mvn -B --file parent-pom/pom.xml versions:set -DnewVersion="${{ github.event.inputs.release }}" -Pall-modules versions:commit
Expand Down

0 comments on commit 9e6f7cf

Please sign in to comment.