no message
This commit is contained in:
parent
38c8c57672
commit
2fbfc43f6c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-release.yaml
vendored
2
.github/workflows/build-release.yaml
vendored
|
|
@ -60,7 +60,7 @@ jobs:
|
|||
$versionNumbers[-1] = [string]([int]$versionNumbers[-1] + 1)
|
||||
$newVersion = $versionNumbers -join '.'
|
||||
Write-Output "New incremented version is $newVersion"
|
||||
echo "version=$newVersion" | Out-File -Append -FilePath $Env:GITHUB_ENV
|
||||
echo "version=$newVersion" | Out-File -Append -FilePath $Env:GITHUB_OUTPUT
|
||||
git tag $newVersion
|
||||
git push origin $newVersion
|
||||
$success = $true
|
||||
|
|
|
|||
Loading…
Reference in a new issue