We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5495972 commit 8678be8Copy full SHA for 8678be8
.github/workflows/publish-release.yml
@@ -56,6 +56,6 @@ jobs:
56
export GPG_TTY=$(tty) && echo ${GPG_KEY_BASE64} | base64 --decode | gpg --fast-import --batch
57
NEW_VERSION=$(echo "${GITHUB_REF}" | cut -d "/" -f3)
58
echo "New version: ${NEW_VERSION}"
59
- ./gradlew -Pversion=${NEW_VERSION} publish --info
+ ./gradlew -Pversion=${NEW_VERSION} publishToSonatype --info
60
./gradlew getStagingProfile closeAndReleaseRepository --info
61
0 commit comments