From adec76ee4824365c44729fd57f4b50bb9d41ba5a Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sun, 19 Jan 2025 13:38:50 -0500 Subject: .github/workflows/earthly: aha, github doesn't fetch tags by default Signed-off-by: Xe Iaso --- .github/workflows/earthly.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/earthly.yml b/.github/workflows/earthly.yml index 5ca54d8..67269da 100644 --- a/.github/workflows/earthly.yml +++ b/.github/workflows/earthly.yml @@ -19,6 +19,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + fetch-tags: true - uses: earthly/actions-setup@v1 with: github-token: ${{ secrets.GITHUB_TOKEN }} -- cgit v1.2.3