ci: Remove 'Release' from release titles

This commit is contained in:
Noah Koontz 2020-11-28 21:56:28 -08:00 committed by GitHub
parent 7fd3c7ff3e
commit 812ff13425
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -246,7 +246,7 @@ jobs:
uses: actions/create-release@v1
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
release_name: ${{ github.ref }}
body: ${{ steps.build_changelog.outputs.changelogs }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}