We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fdbce23 + e4500f5 commit 46c5c8fCopy full SHA for 46c5c8f
.github/workflows/release-workflow.yml
@@ -54,6 +54,7 @@ jobs:
54
git checkout -b $release_branch_name
55
- name: Set Maven version
56
run: |
57
+ mvn clean install -DskipTests -Dmaven.javadoc.skip=true -Dgpg.skip=true
58
mvn versions:set -DnewVersion=${{ github.event.inputs.release_version }}
59
mvn versions:commit
60
- name: Set Antora version
0 commit comments