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