Skip to content

Commit 4b70a45

Browse files
committed
Revert "[infra] use manual deploy endpoint for maven central"
This reverts commit ab50c54.
1 parent ab50c54 commit 4b70a45

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/deploy-snapshot.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ function deploy_set() {
2222
while [ $TRY -lt 3 ]; do
2323
echo "Starting to deploy step $((TRY + 1))"
2424
if ./gradlew publish -Ppublish -P${set}; then
25-
curl -X POST https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/cz.o2.proxima
2625
break;
2726
fi
2827
TRY="$((TRY+1))"

0 commit comments

Comments
 (0)