don't start release names with "Release "

the title of the page will otherwise read "Release Release v..."
This commit is contained in:
Robin C. Ladiges 2022-08-13 22:33:51 +02:00
parent 71ff477bb9
commit 89a76aedab
No known key found for this signature in database
GPG Key ID: B494D3DF92661B99
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ runs:
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
with:
tag_name : ${{ inputs.tag }}
release_name : Release ${{ inputs.tag }}
release_name : ${{ inputs.tag }}
body : ''
draft : true
prerelease : false