From 69c086a3aea7953261167774a0d6d85a66f6c5c2 Mon Sep 17 00:00:00 2001 From: Michael Otto Date: Tue, 17 Mar 2026 09:45:25 +0100 Subject: [PATCH] gitea actions ng3 --- .gitea/workflows/release.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 266596b..e86eb6f 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -14,6 +14,11 @@ jobs: shell: bash steps: + - name: Notwendige Abhängigkeiten installieren + shell: sh + run: | + apk add --no-cache bash + - name: Version und Kanal bestimmen id: releaseinfo run: |