Skip to content

Commit 8a8dbfe

Browse files
committed
build: Change build target for closing and releasing.
1 parent f4a778a commit 8a8dbfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ldrelease/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if [[ -n "${LD_RELEASE_IS_PRERELEASE}" ]]; then
1010
exit 1
1111
}
1212
else
13-
./gradlew publishToSonatype closeAndReleaseRepository || {
13+
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository || {
1414
echo "Gradle publish/release failed" >&2
1515
exit 1
1616
}

0 commit comments

Comments
 (0)