Skip to content

Commit

Permalink
Fix .ldrelease/publish.sh (#177)
Browse files Browse the repository at this point in the history
Because we use the io.github.gradle-nexus.publish-plugin plugin, we need to use a different command
  • Loading branch information
aengelberg authored Aug 1, 2022
1 parent 0842c2e commit 5487a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ldrelease/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ set -ue

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

0 comments on commit 5487a31

Please sign in to comment.