Skip to content

Commit

Permalink
Don't include 'Release' in release name
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Oct 15, 2020
1 parent 46e97a1 commit 0448b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
release_name: ${{ github.ref }}
draft: true
prerelease: ${{ contains(github.ref, 'rc') }}

Expand Down

0 comments on commit 0448b61

Please sign in to comment.