🐞 fix: Correct variable interpolation for tag and release names in release workflow #release

This commit is contained in:
Keith Solomon
2025-03-25 11:09:13 -05:00
parent caf3f83965
commit d61110f4a5

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: $TRUNKVER
release_name: Release $TRUNKVER
body: |
${{ gitea.event.head_commit.message}}