Version 5.12.15.test

PRUEBA
This commit is contained in:
2025-12-20 01:36:22 -06:00
parent 2ec2e9acb3
commit 367ff75966

View File

@@ -57,6 +57,8 @@ $remoteTagInfo = git ls-remote --tags origin $tagName
if ($remoteTagInfo) {
# Alerta Sonora y Visual
[System.Console]::Beep(1000, 200)
[System.Console]::Beep(1000, 200)
[System.Console]::Beep(1000, 200)
Write-Host " "
Write-Host "AVISO: El tag '$tagName' YA EXISTE en GitHub." -ForegroundColor Red -BackgroundColor Yellow
$confirm = Read-Host ">> Escribe 's' y Enter para SOBRESCRIBIRLO"