diff --git a/config/releaser.yml b/config/releaser.yml index b022b0be..cedbcf22 100644 --- a/config/releaser.yml +++ b/config/releaser.yml @@ -1,2 +1,2 @@ releaser.maven.build-command: ./scripts/integration-tests.sh -releaser.maven.deploy-command: ./mvnw deploy -DskipTests -B -Pfast,deploy {{systemProps}} && ./mvnw dockerfile:push -pl :spring-cloud-kubernetes-configuration-watcher -Pdockerpush +releaser.maven.deploy-command: ./mvnw deploy -DskipTests -B -Pfast,deploy,central {{systemProps}} && ./mvnw dockerfile:push -pl :spring-cloud-kubernetes-configuration-watcher -Pdockerpush