small change in script

This commit is contained in:
Gamosoft 2025-11-27 14:16:10 +01:00
parent b560263ecc
commit 169796f4a9
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ $Version | Out-File -FilePath "VERSION" -Encoding utf8 -NoNewline
if (-not $SkipCommit) {
Write-Host "Committing version changes..." -ForegroundColor Yellow
git add VERSION
git commit -m "Bump version to $Version"
git commit -m "Updated version to $Version"
# Push commits first
# NOTE: This will trigger GitHub's built-in 'pages-build-deployment' workflow