From 4adec894eb0f961cc762f8dc4e1da670dc860d25 Mon Sep 17 00:00:00 2001 From: Timo Ley Date: Fri, 8 Apr 2022 22:21:47 +0200 Subject: [PATCH] Fix two gradle instances using repo at same time --- mcmod.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mcmod.yaml b/mcmod.yaml index 1d5cf60..53476ea 100644 --- a/mcmod.yaml +++ b/mcmod.yaml @@ -32,5 +32,7 @@ steps: commands: - chmod +x gradlew - ./gradlew publish + depends_on: + - build when: event: tag \ No newline at end of file