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 70bf0d8 + 46c5c8f commit fe54ee6Copy full SHA for fe54ee6
.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