From 8612525c9b527cbf2d1ede041ed3feccc27527b3 Mon Sep 17 00:00:00 2001 From: Jan Dubois Date: Tue, 30 Apr 2024 15:17:35 -0700 Subject: [PATCH] Fetch tags for limactl --version Signed-off-by: Jan Dubois --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b69012..b2cad72 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,6 +27,7 @@ jobs: - uses: actions/checkout@v4 with: persist-credentials: false + fetch-tags: true submodules: recursive - name: Install sha512sum if: startswith(matrix.os, 'macos')