From 1ef4d3d3a0ee293d709acaaf8db34df0635a8acd Mon Sep 17 00:00:00 2001 From: ThomasPerkins1123 Date: Thu, 12 Jun 2025 13:47:07 +0100 Subject: [PATCH] Make release wait for publish This prevents the job from instantly finishing as soon as the upload has completed. As if you do not have access to view the maven central portal you will not know if anything failed --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 4752e23..1808962 100644 --- a/pom.xml +++ b/pom.xml @@ -78,6 +78,7 @@ central true + published