CI/CD: Remove CI suppression [skip ci] to fully restore automatic release triggers

This commit is contained in:
ospab 2026-05-14 23:34:05 +03:00
parent 68ae4da39d
commit 97c9e3045b
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ Write-Output "========================================================="
Write-Output "Synchronizing workspace version metadata to origin master..." Write-Output "Synchronizing workspace version metadata to origin master..."
# Commit current Cargo.toml bump to establish version lineage # Commit current Cargo.toml bump to establish version lineage
& git add Cargo.toml & git add Cargo.toml
& git commit -m "CI/CD: prepare version v$Version [skip ci]" --allow-empty | Out-Null & git commit -m "CI/CD: release version v$Version" --allow-empty | Out-Null
& git push origin master | Out-Null & git push origin master | Out-Null
Write-Output "Generating release tracking tag: v$Version" Write-Output "Generating release tracking tag: v$Version"