From d68b3ef3786c97994fc7406433d8709d63eb28f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Echag=C3=BCe?= Date: Fri, 5 Aug 2022 11:41:30 -0300 Subject: [PATCH] Autorelease when publishing to Maven Central Given that a manual release of the packages was successful, releases should now be automatic for release builds. Issue: 97726 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b4255d53c..5f5a3febb 100644 --- a/pom.xml +++ b/pom.xml @@ -328,7 +328,7 @@ ossrh https://s01.oss.sonatype.org - false + true