Skip to content

Commit fe54ee6

Browse files
committed
Merge branch 'main' into 2.1.x
2 parents 70bf0d8 + 46c5c8f commit fe54ee6

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)