Revert change to release title

This commit is contained in:
MBucari 2025-07-15 08:54:22 -06:00
parent c9af2bba4b
commit 38cc3e9725

View File

@ -49,7 +49,7 @@ jobs:
id: release id: release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2
with: with:
name: Libation v${{ needs.prerelease.outputs.version }} name: Libation ${{ needs.prerelease.outputs.version }}
body: <Put a body here> body: <Put a body here>
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
draft: true draft: true