aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-01-19 13:38:50 -0500
committerXe Iaso <me@xeiaso.net>2025-01-19 13:38:50 -0500
commitadec76ee4824365c44729fd57f4b50bb9d41ba5a (patch)
treedb6277e433d615214c676283751b0709e7e970c3 /.github/workflows
parent611051e097c7ff80a20024558adf09a0788d43e2 (diff)
downloadx-adec76ee4824365c44729fd57f4b50bb9d41ba5a.tar.xz
x-adec76ee4824365c44729fd57f4b50bb9d41ba5a.zip
.github/workflows/earthly: aha, github doesn't fetch tags by default
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/earthly.yml2
1 files changed, 2 insertions, 0 deletions
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 }}