🐞 fix: Use output variable for tag and release names in release workflow #release
Some checks failed
Add release / Create release (push) Has been cancelled
Some checks failed
Add release / Create release (push) Has been cancelled
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user