aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-01-21 20:24:50 -0500
committerXe Iaso <me@xeiaso.net>2025-01-21 20:24:50 -0500
commitb62f0d9a7c05a9fef24ac39791bb1d260a2982fe (patch)
treeaa2fd72679027e9653fbde36acd864e6b3123101 /.github
parent04deb2383c473debc2cbd3e83a5b21275984ea26 (diff)
downloadx-b62f0d9a7c05a9fef24ac39791bb1d260a2982fe.tar.xz
x-b62f0d9a7c05a9fef24ac39791bb1d260a2982fe.zip
pull entire repo history to get better tags
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/earthly.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/earthly.yml b/.github/workflows/earthly.yml
index 7f623d1..c771a48 100644
--- a/.github/workflows/earthly.yml
+++ b/.github/workflows/earthly.yml
@@ -19,6 +19,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
+ with:
+ fetch-depth: 0
+ fetch-tags: true
- uses: earthly/actions-setup@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}