0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 03:52:17 +02:00

Automatically release builds on Sonatype

This commit is contained in:
Jordan Rose 2023-11-13 10:54:31 -08:00
parent 3b6100eb1d
commit 4acd05bd5d

View File

@ -36,7 +36,7 @@ publish_java: docker_image
-e ORG_GRADLE_PROJECT_signingPassword \
-e ORG_GRADLE_PROJECT_signingKey \
$(DOCKER_IMAGE) \
sh -c "cd src/java; ./gradlew publish closeSonatypeStagingRepository"
sh -c "cd src/java; ./gradlew publish closeAndReleaseSonatypeStagingRepository"
# We could run these through Docker, but they would have the same result anyway.