From 7e2dd073595b394067d272a1604fdf192a1e477d Mon Sep 17 00:00:00 2001 From: Jan Laupetin Date: Wed, 10 Sep 2025 19:22:41 +0100 Subject: [PATCH] fix: fetch-tags not working on checkout action --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1fea7860..2a954478 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v5 with: submodules: recursive - fetch-tags: true + fetch-depth: 0 - name: Premake generate working-directory: ${{ github.workspace }}