Skip to content

Commit 59ded76

Browse files
committed
fix: replace closeAndReleaseStagingRepository with closeAndReleaseStagingRepositories
See: https://github.com/gradle-nexus/publish-plugin/releases/tag/v2.0.0
1 parent ca5530e commit 59ded76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ if [ "${FLAVOUR}" == 'javax' ]; then
1414
.github/add-javax-suffix.sh
1515
fi
1616

17-
./gradlew clean build publishToSonatype closeAndReleaseSonatypeStagingRepository
17+
./gradlew clean build publishToSonatype closeAndReleaseSonatypeStagingRepositories

0 commit comments

Comments
 (0)