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