ci: fetch tags

This commit is contained in:
2026-02-17 02:08:15 +01:00
parent 5c57534ab9
commit d97626ffd2

View File

@@ -11,6 +11,8 @@ jobs:
steps: steps:
- name: Git checkout - name: Git checkout
uses: actions/checkout@v6 uses: actions/checkout@v6
with:
fetch-tags: true
- name: Lint shell scripts - name: Lint shell scripts
run: shellcheck files/sbin/certbot_renew run: shellcheck files/sbin/certbot_renew
- name: Build tarball - name: Build tarball