From f80feaab62a75d0ecf849c898204c803c8d49c12 Mon Sep 17 00:00:00 2001 From: oliemansm Date: Fri, 5 Aug 2022 16:09:10 +0200 Subject: [PATCH] change publish call --- github-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-build.sh b/github-build.sh index cfec06b2..3456ef9d 100644 --- a/github-build.sh +++ b/github-build.sh @@ -45,7 +45,7 @@ git config --global user.name "GitHub Actions" echo "Deploying release to Maven Central" removeSnapshots -./gradlew clean build publish closeAndReleaseRepository +./gradlew clean build publishToSonatype closeAndReleaseSonatypeStagingRepository commitRelease bumpVersion