From 84bf4e0d99003381e64ed6feeba0df84d079b9b9 Mon Sep 17 00:00:00 2001 From: Lost Paul <70213368+LostPaul@users.noreply.github.com> Date: Mon, 23 Jun 2025 14:11:42 +0200 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ed60d40..67f6537 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,6 +14,9 @@ jobs: with: submodules: recursive fetch-depth: 0 + + - name: Fetch all branches + run: git fetch --all - name: Extract branch name id: extract_branch