From 3513c4be4ce5b28be55c0fe2e2fb7f6351973049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Wannenmacher?= Date: Wed, 22 Oct 2025 09:23:02 +0200 Subject: [PATCH] chore(fix): for release action install task --- .github/workflows/release-branch.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release-branch.yaml b/.github/workflows/release-branch.yaml index 4e8ba03..1495b47 100644 --- a/.github/workflows/release-branch.yaml +++ b/.github/workflows/release-branch.yaml @@ -21,6 +21,10 @@ jobs: with: fetch-depth: 0 + - name: Install Task + run: | + sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin + - name: Get last commit author id: last_author run: |