removed 'release' from the release name

This commit is contained in:
Daniel Sagi
2020-12-06 17:51:32 +02:00
parent 2d2695aa1d
commit dd3fce8be0
+1 -1
View File
@@ -36,7 +36,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