From d97626ffd24bb41b6096dc72312a7e4874dd51a6 Mon Sep 17 00:00:00 2001 From: samuel Date: Tue, 17 Feb 2026 02:08:15 +0100 Subject: [PATCH] ci: fetch tags --- .gitea/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 5f0abe6..59dd2b7 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -11,6 +11,8 @@ jobs: steps: - name: Git checkout uses: actions/checkout@v6 + with: + fetch-tags: true - name: Lint shell scripts run: shellcheck files/sbin/certbot_renew - name: Build tarball