🐛 (update script) Fix git tag message
This commit is contained in:
parent
bd32065630
commit
845b4eb1c4
1 changed files with 1 additions and 1 deletions
|
@ -63,5 +63,5 @@ git switch main
|
|||
git merge --ff-only version-"$new"
|
||||
git push origin main
|
||||
|
||||
git tag -a v"$new" "Upstream version $new"
|
||||
git tag -a v"$new" -m "Upstream version $new"
|
||||
git push --tags origin main
|
||||
|
|
Loading…
Reference in a new issue