We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab50c54 commit 4b70a45Copy full SHA for 4b70a45
1 file changed
.github/workflows/deploy-snapshot.sh
@@ -22,7 +22,6 @@ 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