From 24adf7dadac1a608b881b1d95729b7a5e836b0c8 Mon Sep 17 00:00:00 2001 From: Rene Schallner Date: Mon, 22 May 2023 22:58:10 +0200 Subject: [PATCH] update git test workflow --- .github/workflows/test-git.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-git.yml b/.github/workflows/test-git.yml index 290b344..d128305 100644 --- a/.github/workflows/test-git.yml +++ b/.github/workflows/test-git.yml @@ -23,6 +23,7 @@ jobs: - name: Generate release notes id: release_notes run: | + git fetch --all --tags echo "${{ steps.tag.outputs.version }}" git tag -l --format='%(contents)' "${{ steps.tag.outputs.version }}" tools/announceybot.exe release-notes "${{ steps.tag.outputs.version }}" > relnotes.md