Skip to content

Commit 5487a31

Browse files
authored
Fix .ldrelease/publish.sh (#177)
Because we use the io.github.gradle-nexus.publish-plugin plugin, we need to use a different command
1 parent 0842c2e commit 5487a31

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
@@ -6,4 +6,4 @@ set -ue
66

77
# Publish to Sonatype
88
echo "Publishing to Sonatype"
9-
./gradlew publishToSonatype closeAndReleaseRepository || { echo "Gradle publish/release failed" >&2; exit 1; }
9+
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository || { echo "Gradle publish/release failed" >&2; exit 1; }

0 commit comments

Comments
 (0)