mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[CI] Fix release title
This commit is contained in:
parent
54610b939f
commit
4cc074df63
2
.github/workflows/Create_release.yml
vendored
2
.github/workflows/Create_release.yml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
local tag=$1
|
||||
local title=$2
|
||||
if gh release view $tag; then
|
||||
gh release edit $tag -n "$notes"
|
||||
gh release edit $tag -t $title -n "$notes"
|
||||
gh release upload $tag $asset --clobber
|
||||
else
|
||||
gh release create $tag $asset --target 925ed98d5dce604b651027c36fb522dc1ff0fa55 -t $title -n "$notes"
|
||||
|
|
|
|||
Loading…
Reference in a new issue