From c4b147d02c33f58c85b06d66e5d657296e81c15d Mon Sep 17 00:00:00 2001 From: Michael Otto <22ottomi@noreply.localhost> Date: Mon, 2 Mar 2026 14:16:36 +0100 Subject: [PATCH] auf bash ungestellt --- .gitea/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 5392e8b..1600c0d 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -11,12 +11,12 @@ jobs: runs-on: alpine-latest defaults: run: - shell: sh + shell: bash steps: - name: Install dependencies run: | - apk add --no-cache git zip curl jq rsync + apk add --no-cache git zip curl jq rsync bash git config --global http.sslVerify false - name: Checkout