From f74ab67b59850051c46f8cc86ae884cd7680fd21 Mon Sep 17 00:00:00 2001 From: pat-s Date: Sun, 23 Feb 2025 14:50:17 +0000 Subject: [PATCH] ci: use `fetch-depth` instead of fetch-tags (#807) Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/807 Reviewed-by: justusbunsi Co-authored-by: pat-s Co-committed-by: pat-s --- .gitea/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/changelog.yml b/.gitea/workflows/changelog.yml index 515b4a5..626c75a 100644 --- a/.gitea/workflows/changelog.yml +++ b/.gitea/workflows/changelog.yml @@ -15,7 +15,7 @@ jobs: apk add -q --update --no-cache nodejs curl jq sed - uses: actions/checkout@v4 with: - fetch-tags: true + fetch-depth: 0 - name: Generate upcoming changelog run: | git sv rn -o changelog.md