Skip to content

Commit adcc577

Browse files
authored
Automate closing and releasing maven artifacts when publishing (#1757)
JAVA-5881
1 parent 5afc803 commit adcc577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export ORG_GRADLE_PROJECT_signingKey="${SIGNING_KEY}"
1818
export ORG_GRADLE_PROJECT_signingPassword=${SIGNING_PASSWORD}
1919

2020
if [ "$RELEASE" == "true" ]; then
21-
TASK="publishArchives closeSonatypeStagingRepository"
21+
TASK="publishArchives closeAndReleaseSonatypeStagingRepository"
2222
else
2323
TASK="publishSnapshots"
2424
fi

0 commit comments

Comments
 (0)