From 4a0f9e713c255dde811ea29531bcd7921dfdf474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Iv=C3=A1n=20Vieitez=20Parra?= <3857362+corrideat@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:41:25 +0000 Subject: [PATCH] CI: Fetch tags (third take) --- .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 6f015b5..a9937da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: id-token: write steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - - run: git fetch --tags + - run: git fetch --tags --force - uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 with: distribution: 'temurin'