From 5972d8a2068c7171a478df49531c54495b7f3af0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20H=C3=A5rek=20Andreassen?= Date: Thu, 3 Oct 2024 20:21:24 +0200 Subject: [PATCH] chore: Use built-in "stopper" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim HĂ„rek Andreassen --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 155101d..65139dd 100644 --- a/.build.yml +++ b/.build.yml @@ -19,7 +19,7 @@ tasks: tag=$(git describe --exact-match --tags HEAD 2>/dev/null || true) if [ -z "$tag" ]; then echo "Current commit is not a tag; not building anything" - exit 0 + complete-build fi version=$(echo "$tag" | tr -d 'v')