Skip to content

Commit

Permalink
Remove redundant word in release title (#2260)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosenal committed Apr 2, 2024
1 parent 49c0cfb commit 97de1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
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_path: ./CHANGELOG.md
draft: true
prerelease: false

0 comments on commit 97de1a3

Please sign in to comment.