Skip to content

Commit 8678be8

Browse files
committed
ci: add publishttosonatype task
1 parent 5495972 commit 8678be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656
export GPG_TTY=$(tty) && echo ${GPG_KEY_BASE64} | base64 --decode | gpg --fast-import --batch
5757
NEW_VERSION=$(echo "${GITHUB_REF}" | cut -d "/" -f3)
5858
echo "New version: ${NEW_VERSION}"
59-
./gradlew -Pversion=${NEW_VERSION} publish --info
59+
./gradlew -Pversion=${NEW_VERSION} publishToSonatype --info
6060
./gradlew getStagingProfile closeAndReleaseRepository --info
6161

0 commit comments

Comments
 (0)