From af66be8031cbccf484363fc3efe6c020cd602b1e Mon Sep 17 00:00:00 2001 From: Daniel Jankowski Date: Sat, 6 Jul 2024 20:40:07 +0200 Subject: [PATCH] fix(ci): force fetch all tags --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 11a2b1d..2de7835 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: with: fetch-tags: false # https://github.com/actions/checkout/issues/1467 - - run: git fetch --tags + - run: git fetch --tags --force name: Fetch tags manually as a workaround. See https://github.com/actions/checkout/issues/1467 - name: Install Rust