Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Release titles: don't include "v" in front of version number
  • Loading branch information
rmcrackan authored Jun 26, 2024
1 parent ae54c95 commit c74e26e
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 @@ -47,7 +47,7 @@ jobs:
id: release
uses: softprops/action-gh-release@v2
with:
name: Libation v${{ needs.prerelease.outputs.version }}
name: Libation ${{ needs.prerelease.outputs.version }}
body: <Put a body here>
draft: true
prerelease: false
Expand Down

0 comments on commit c74e26e

Please sign in to comment.