diff --git a/.github/workflows/test-git.yml b/.github/workflows/test-git.yml index d128305..34e9e84 100644 --- a/.github/workflows/test-git.yml +++ b/.github/workflows/test-git.yml @@ -23,7 +23,7 @@ jobs: - name: Generate release notes id: release_notes run: | - git fetch --all --tags + git fetch --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