Skip to content

Commit

Permalink
use tag as title in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-git committed Oct 25, 2024
1 parent ce1d62a commit 5814772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ jobs:
run: |
gh release create "$tag" \
--repo="$GITHUB_REPOSITORY" \
--title="${GITHUB_REPOSITORY#*/} ${tag#v}" \
--title="v${tag#v}" \
--generate-notes

0 comments on commit 5814772

Please sign in to comment.