From 11b5637b2a19f6d373bf4779967e640f459bc2cd Mon Sep 17 00:00:00 2001 From: Markus Bilz Date: Sat, 13 Jan 2024 19:18:03 +0100 Subject: [PATCH] ci: update title of releases --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 73dd7e6..f28fcb0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,7 +34,7 @@ jobs: gh release create '${{ github.ref_name }}' --repo '${{ github.repository }}' - --title 'v${{ github.ref_name }}' + --title '${{ github.ref_name }}' --generate-notes - name: Upload artifacts to GitHub Release env: