Skip to content

Commit ab50c54

Browse files
committed
[infra] use manual deploy endpoint for maven central
1 parent 42bcf69 commit ab50c54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-snapshot.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ 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
2526
break;
2627
fi
2728
TRY="$((TRY+1))"

0 commit comments

Comments
 (0)