We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb65d4c commit 6af2e1bCopy full SHA for 6af2e1b
.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 -Ppublish -Drevision=${REVISION} --batch-mode
+ run: mvn deploy -DskipTest -Ppublish -Drevision=${REVISION} --batch-mode
101
env:
102
103
MAVEN_USERNAME: ${{ secrets.CENTRAL_SONATYPE_TOKEN_USERNAME }}
@@ -111,4 +111,4 @@ jobs:
111
git tag -a ${REVISION} -m "Release version ${REVISION}" && git push origin ${REVISION}
112
fi
113
114
- REVISION: ${{ github.event.inputs.revision }}
+ REVISION: ${{ github.event.inputs.revision }}
0 commit comments