🐞 fix: Use output variable for tag and release names in release workflow #release
Some checks failed
Add release / Create release (push) Has been cancelled

This commit is contained in:
Keith Solomon
2025-03-25 11:12:02 -05:00
parent d61110f4a5
commit 70c7651ab8

View File

@@ -30,7 +30,7 @@ jobs:
TRUNKVER: ${{ steps.trunkver.outputs.trunkver }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: $TRUNKVER
release_name: Release $TRUNKVER
tag_name: ${{ steps.trunkver.outputs.trunkver }}
release_name: Release ${{ steps.trunkver.outputs.trunkver }}
body: |
${{ gitea.event.head_commit.message}}