Skip to content

Commit

Permalink
Update maven-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cuioss committed Aug 14, 2023
1 parent 9e6c7ae commit 6945141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
git checkout -b release
mvn -B -Prelease release:clean release:prepare -DreleaseVersion=${{steps.metadata.outputs.current-version}} -DdevelopmentVersion=${{steps.metadata.outputs.next-version}}
mvn -B -Prelease javadoc:javadoc site:site site:stage
mvn -B -Prelease javadoc:aggregate site:site site:stage
git checkout ${{vars.GITHUB_BASE_REF}}
git rebase release
mvn -B -Prelease release:perform -DskipTests
Expand Down

0 comments on commit 6945141

Please sign in to comment.