Fix publish tag creation

This commit is contained in:
lda
2026-04-28 19:01:53 +07:00 Verified
parent e22ea92ae1
commit 132e15d134
+1 -1
View File
@@ -86,7 +86,7 @@ if ($Publish) {
} }
if ($Tag -and $Version) { if ($Tag -and $Version) {
git tag -f "v$Version" git tag -f -a "v$Version" -m "Release $Version"
git push -f origin "v$Version" git push -f origin "v$Version"
Write-Host "Pushed tag: v$Version" Write-Host "Pushed tag: v$Version"