From 500d53a9b271c019f899806cfcbc5ab03a671824 Mon Sep 17 00:00:00 2001 From: Artur Glavic Date: Thu, 30 Jan 2025 16:30:35 +0100 Subject: [PATCH] Fetch commits and tags for release action --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27ad4e0..22aa30f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,6 +86,9 @@ jobs: needs: [build-ubuntu-latest, build-windows] steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + fetch-tags: true - uses: actions/download-artifact@v4 with: name: linux-dist