From 6c1e1f8dbef165b8c1bbcde73cb3b8a5c2681b47 Mon Sep 17 00:00:00 2001 From: Timo Ley Date: Mon, 24 Oct 2022 07:29:15 +0000 Subject: [PATCH] publish already contains build --- mcmod.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mcmod.yaml b/mcmod.yaml index d66e3fb..c4eb1e9 100644 --- a/mcmod.yaml +++ b/mcmod.yaml @@ -8,6 +8,8 @@ steps: commands: - chmod +x gradlew - ./gradlew build + when: + event: push - name: maven image: adoptopenjdk/openjdk8 environment: @@ -18,7 +20,5 @@ steps: commands: - chmod +x gradlew - ./gradlew publish - depends_on: - - build when: event: tag \ No newline at end of file