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 42bcf69 commit ab50c54Copy full SHA for ab50c54
.github/workflows/deploy-snapshot.sh
@@ -22,6 +22,7 @@ function deploy_set() {
22
while [ $TRY -lt 3 ]; do
23
echo "Starting to deploy step $((TRY + 1))"
24
if ./gradlew publish -Ppublish -P${set}; then
25
+ curl -X POST https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/cz.o2.proxima
26
break;
27
fi
28
TRY="$((TRY+1))"
0 commit comments