Skip to content

Commit

Permalink
Fix Release Name
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetMkt authored Jul 10, 2022
1 parent 2bac114 commit 8090474
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
release_name: ${{ github.ref }}
body: |
${{ github.ref }} View README for more information.
draft: false
Expand Down

0 comments on commit 8090474

Please sign in to comment.