diff --git a/.github/scripts/deploy.sh b/.github/scripts/deploy.sh index 56ec3c6..19a6b29 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 closeAndReleaseStagingRepositories -PprojVersion=$RELEASE_TAG +./gradlew clean publish closeAndReleaseStagingRepositories -PprojVersion=$RELEASE_TAG --info