From 28c5f3ac1a8fd1863dbe7ca2cf98c2a947079261 Mon Sep 17 00:00:00 2001 From: ronnie Date: Tue, 14 Apr 2026 00:23:39 -0400 Subject: [PATCH] added fetch tags to see if helps --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4807093..eaf5586 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -39,6 +39,7 @@ jobs: lfs: true submodules: 'recursive' fetch-depth: 0 # So we can get all tags. + fetch-tags: true - name: Read Current Project Version id: current-version