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.
1 parent 906ce19 commit 29f5a84Copy full SHA for 29f5a84
.github/workflows/release.yml
@@ -97,7 +97,7 @@ jobs:
97
REVISION: ${{ github.event.inputs.revision }}
98
99
- name: "Deploy ${{ github.event.inputs.revision }}"
100
- run: mvn deploy -DskipTest -Ppublish -Drevision=${REVISION} --batch-mode
+ run: mvn deploy -DskipTests -Ppublish -Drevision=${REVISION} --batch-mode
101
env:
102
103
MAVEN_USERNAME: ${{ secrets.CENTRAL_SONATYPE_TOKEN_USERNAME }}
0 commit comments