diff options
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 }} |
