From 724ebc525852e579f8bf7adc2a4ea04cab3257de Mon Sep 17 00:00:00 2001 From: pat-s Date: Sun, 23 Feb 2025 14:43:29 +0000 Subject: [PATCH] ci: fetch tags during checkout (#806) Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/806 Reviewed-by: justusbunsi Co-authored-by: pat-s Co-committed-by: pat-s --- .gitea/workflows/changelog.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/changelog.yml b/.gitea/workflows/changelog.yml index be26276..515b4a5 100644 --- a/.gitea/workflows/changelog.yml +++ b/.gitea/workflows/changelog.yml @@ -14,6 +14,8 @@ jobs: run: | apk add -q --update --no-cache nodejs curl jq sed - uses: actions/checkout@v4 + with: + fetch-tags: true - name: Generate upcoming changelog run: | git sv rn -o changelog.md