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 09c74d3 commit 46cf8b1Copy full SHA for 46cf8b1
.github/workflows/deploy-snapshot.sh
@@ -28,6 +28,8 @@ function deploy_set() {
28
done
29
if [ $TRY -lt 3 ]; then
30
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
33
else
34
echo "Failed to deploy snapshot"
35
return 1
0 commit comments