Skip to content

Commit e4500f5

Browse files
committed
Run mvn install before setting the version in release pipeline
This is necessary for the release to work if there are new modules because maven is able to resolve modules from the working directory but only from the local repository
1 parent fdbce23 commit e4500f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
git checkout -b $release_branch_name
5555
- name: Set Maven version
5656
run: |
57+
mvn clean install -DskipTests -Dmaven.javadoc.skip=true -Dgpg.skip=true
5758
mvn versions:set -DnewVersion=${{ github.event.inputs.release_version }}
5859
mvn versions:commit
5960
- name: Set Antora version

0 commit comments

Comments
 (0)