fix release build to not include "Release" in the title, it leads to a

redundant <title>
This commit is contained in:
Lion Kortlepel 2021-03-31 20:00:40 +02:00
parent 3da0af37e4
commit 1228c2fabe

View File

@ -22,7 +22,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
release_name: ${{ github.ref }}
draft: false
prerelease: false
body: |