🐛 (update script) Fix git tag message

This commit is contained in:
Marcel Kapfer 2023-07-26 17:38:22 +02:00
parent bd32065630
commit 845b4eb1c4
1 changed files with 1 additions and 1 deletions

View File

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