Skip to content

Commit 46cf8b1

Browse files
committed
[infra] notify maven central after creating snapshot
1 parent 09c74d3 commit 46cf8b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-snapshot.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ function deploy_set() {
2828
done
2929
if [ $TRY -lt 3 ]; then
3030
echo "Success deploying snapshot"
31+
echo "Notifying the deployment endpoint"
32+
curl -XPOST https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/cz.o2.proxima
3133
else
3234
echo "Failed to deploy snapshot"
3335
return 1

0 commit comments

Comments
 (0)