From a91fb68276153b96a77a428ac33d4bb12ed02162 Mon Sep 17 00:00:00 2001 From: Michael Otto Date: Wed, 18 Mar 2026 07:40:52 +0100 Subject: [PATCH] gitea actions ng34 --- .gitea/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 0b468b0..d95113a 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -256,6 +256,8 @@ jobs: echo "Lösche alten Remote-Tag v$VERSION" git -c http.extraheader="AUTHORIZATION: bearer $RELEASE_TOKEN" \ push origin :refs/tags/"v$VERSION" + else + echo "Tag v$VERSION nicht vorhanden" fi git add metadata.txt changelog.txt