From 90dea771d2f38aa155a3f907b9ad1ca299d82915 Mon Sep 17 00:00:00 2001 From: Jan Laupetin Date: Tue, 9 Sep 2025 20:31:36 +0200 Subject: [PATCH] chore: fetch tags for linux release ci --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a0429c56..716b1019 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,6 +23,7 @@ jobs: uses: actions/checkout@v5 with: submodules: recursive + fetch-tags: true - name: Premake generate working-directory: ${{ github.workspace }}