Skip to content

Commit 46c5c8f

Browse files
authored
Merge pull request #296 from bci-oss/run-install-before-versions-set
Run mvn install before setting the version in release pipeline
2 parents fdbce23 + e4500f5 commit 46c5c8f

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)