From 8ed28a7ee7927e4a1b122ef083246fd91346bd10 Mon Sep 17 00:00:00 2001 From: jcm <6864788+jcm93@users.noreply.github.com> Date: Wed, 1 Jan 2025 07:50:40 -0600 Subject: [PATCH] CI: Fetch tags on checkout (again) --- .github/workflows/build_new.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_new.yml b/.github/workflows/build_new.yml index a63569b34..8143a5e8f 100644 --- a/.github/workflows/build_new.yml +++ b/.github/workflows/build_new.yml @@ -70,6 +70,7 @@ jobs: uses: actions/checkout@v4 with: fetch-tags: true + fetch-depth: 0 - name: Install macOS Dependencies if: runner.os == 'macOS' run: |