[CI] Fix release title

This commit is contained in:
Margen67 2025-01-28 04:59:33 -08:00
parent 54610b939f
commit 4cc074df63
1 changed files with 1 additions and 1 deletions

View File

@ -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"