We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5afc803 commit adcc577Copy full SHA for adcc577
.evergreen/publish.sh
@@ -18,7 +18,7 @@ export ORG_GRADLE_PROJECT_signingKey="${SIGNING_KEY}"
18
export ORG_GRADLE_PROJECT_signingPassword=${SIGNING_PASSWORD}
19
20
if [ "$RELEASE" == "true" ]; then
21
- TASK="publishArchives closeSonatypeStagingRepository"
+ TASK="publishArchives closeAndReleaseSonatypeStagingRepository"
22
else
23
TASK="publishSnapshots"
24
fi
0 commit comments