From 03d0e593f4cee264c0f48e97334b102fe9b859dc Mon Sep 17 00:00:00 2001 From: vyshniak Date: Tue, 28 May 2024 09:42:55 +0300 Subject: [PATCH] Test publishing --- .github/scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/deploy.sh b/.github/scripts/deploy.sh index 5c822f6..301aaf1 100755 --- a/.github/scripts/deploy.sh +++ b/.github/scripts/deploy.sh @@ -11,4 +11,4 @@ export ORG_GRADLE_PROJECT_ossrhUsername=$OSSRH_USERNAME export ORG_GRADLE_PROJECT_ossrhPassword=$OSSRH_PASSWORD RELEASE_TAG=$(git describe --abbrev=0) -./gradlew clean publish -PprojVersion=$RELEASE_TAG +./gradlew clean publish closeAndReleaseStagingRepository -PprojVersion=$RELEASE_TAG