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 17a2e5c commit b9652cfCopy full SHA for b9652cf
.github/workflows/deploy.yml
@@ -66,7 +66,7 @@ jobs:
66
run: |
67
build/setupSigning.sh
68
build/setMavenVersion_gha.sh
69
- mvn deploy --settings build/.travis.settings.xml -DskipITs -Dskip.unit.tests -P central $MVN_ARGS
+ mvn deploy $MVN_ARGS --settings build/.travis.settings.xml -DskipITs -Dskip.unit.tests -P central
70
71
- name: Publish Java docs
72
if: startsWith(github.ref, 'refs/tags/v')
0 commit comments