mirror of https://github.com/ospab/ostp.git
CI/CD: Remove CI suppression [skip ci] to fully restore automatic release triggers
This commit is contained in:
parent
68ae4da39d
commit
97c9e3045b
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue