Avoid redundant "Release" in GitHub release titles

This commit is contained in:
Nick Groenen 2021-02-15 21:26:10 +01:00
parent acfacc690b
commit ecf55d25db
No known key found for this signature in database
GPG Key ID: 4F0AD019928AE098
1 changed files with 1 additions and 1 deletions

View File

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