ci: fetch tags during checkout (#806)

Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/806
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.com>
Co-authored-by: pat-s <patrick.schratz@gmail.com>
Co-committed-by: pat-s <patrick.schratz@gmail.com>
This commit is contained in:
pat-s 2025-02-23 14:43:29 +00:00 committed by justusbunsi
parent 44563bed35
commit 724ebc5258

View File

@ -14,6 +14,8 @@ jobs:
run: | run: |
apk add -q --update --no-cache nodejs curl jq sed apk add -q --update --no-cache nodejs curl jq sed
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with:
fetch-tags: true
- name: Generate upcoming changelog - name: Generate upcoming changelog
run: | run: |
git sv rn -o changelog.md git sv rn -o changelog.md