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 f4a778a commit 8a8dbfeCopy full SHA for 8a8dbfe
.ldrelease/publish.sh
@@ -10,7 +10,7 @@ if [[ -n "${LD_RELEASE_IS_PRERELEASE}" ]]; then
10
exit 1
11
}
12
else
13
- ./gradlew publishToSonatype closeAndReleaseRepository || {
+ ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository || {
14
echo "Gradle publish/release failed" >&2
15
16
0 commit comments