From 4af7069207915650eb687b424fd29e57ce7369e3 Mon Sep 17 00:00:00 2001 From: Fede Barcelona Date: Thu, 5 Jun 2025 09:57:50 +0200 Subject: [PATCH] ci: ensure we retrieve all the tags to validate new version is released --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 909c4ad..2d86d11 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,7 @@ jobs: uses: actions/checkout@v4 with: fetch-tags: true + fetch-depth: 0 - name: Extract version from Cargo.toml id: extract