Skip to content

Commit

Permalink
Remove "Release" prefix from release title in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
kadamwhite committed Jan 30, 2025
1 parent 692cf7e commit 08a8c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15.0
with:
tag: ${{ github.event.inputs.version }}
name: Release ${{ github.event.inputs.version }}
name: ${{ github.event.inputs.version }}
body: "Automated release of version ${{ github.event.inputs.version }}"
draft: false
prerelease: false
Expand Down

0 comments on commit 08a8c73

Please sign in to comment.