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 07a685d commit 926ad7cCopy full SHA for 926ad7c
.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"
+ TASK="publishArchives closeSonatypeStagingRepository"
22
else
23
TASK="publishSnapshots"
24
fi
0 commit comments