From 3b59f4001d2cffd212907f84aed82d9484016e6c Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Tue, 18 Nov 2025 09:29:39 -0500 Subject: [PATCH] Include tags when checking out for release --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e199d29..ad87c5f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,7 @@ jobs: uses: actions/checkout@v5 with: fetch-depth: 1 + fetch-tags: true persist-credentials: false - name: Install requirements