Skip to content

Commit b9652cf

Browse files
committed
ci: fix
1 parent 17a2e5c commit b9652cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
build/setupSigning.sh
6868
build/setMavenVersion_gha.sh
69-
mvn deploy --settings build/.travis.settings.xml -DskipITs -Dskip.unit.tests -P central $MVN_ARGS
69+
mvn deploy $MVN_ARGS --settings build/.travis.settings.xml -DskipITs -Dskip.unit.tests -P central
7070
7171
- name: Publish Java docs
7272
if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)