From c2f4623a68dacf9bc2b6880e7dab4e46e5365c2d Mon Sep 17 00:00:00 2001 From: Jordan Pittman Date: Thu, 5 Sep 2024 10:18:51 -0400 Subject: [PATCH] Tweak tag fetching in GH actions release workflow --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a78666907..7ae028fa8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -153,6 +153,10 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-tags: true + fetch-depth: 20 + - run: git fetch --tags -f - name: Resolve version