From 1a65cdf20614c8c7987b5dea2d32e8f627d9db63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sat, 7 Dec 2024 08:08:09 +0100 Subject: [PATCH] ci: Fetch tags for fledge workflow to avoid unnecessary NEWS entries --- .github/workflows/fledge.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/fledge.yaml b/.github/workflows/fledge.yaml index 7785ad93..6c167c23 100644 --- a/.github/workflows/fledge.yaml +++ b/.github/workflows/fledge.yaml @@ -46,6 +46,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + fetch-tags: true - name: Configure Git identity run: |