From 47b45f83adaa355934201b05ce4aec21da7a1eee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sat, 7 Dec 2024 08:26:38 +0100 Subject: [PATCH] ci: Fetch tags for fledge workflow to avoid unnecessary NEWS entries (#1617) --- .github/workflows/fledge.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/fledge.yaml b/.github/workflows/fledge.yaml index 7785ad93a5..6c167c23ae 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: |