From 8444a6f4ee166e3e045cef67a3367a1eb1bfa145 Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Wed, 20 Nov 2024 11:53:37 -0500 Subject: [PATCH] Fix for fetch-tags error. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f22a8a518e5c085b7457637a48a3755a0472b285..43af9309fe57cfd6532762d00a36923b0570a7bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -244,8 +244,8 @@ jobs: # # 25 was chosen arbitrarily. fetch-depth: 25 - fetch-tags: true clean: false + ref: ${{ github.ref }} - name: Limit target directory size run: script/clear-target-dir-if-larger-than 100