diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-01-19 13:38:50 -0500 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-01-19 13:38:50 -0500 |
| commit | adec76ee4824365c44729fd57f4b50bb9d41ba5a (patch) | |
| tree | db6277e433d615214c676283751b0709e7e970c3 /.github/workflows | |
| parent | 611051e097c7ff80a20024558adf09a0788d43e2 (diff) | |
| download | x-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.yml | 2 |
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 }} |
