Skip to content

Commit

Permalink
Fixed release name shown as git reference (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fank authored Oct 7, 2024
1 parent 2c5f859 commit 16a50d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
- name: Create GitHub Release
uses: softprops/action-gh-release@v2
with:
name: ${{ github.ref }} # Use the tag as the release name
name: Release ${{ github.ref_name }}
body: ${{ steps.changelog.outputs.changelog }} # Attach changelog

0 comments on commit 16a50d6

Please sign in to comment.