no message
This commit is contained in:
parent
f70ddb87b6
commit
38c8c57672
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-release.yaml
vendored
2
.github/workflows/build-release.yaml
vendored
|
|
@ -54,7 +54,7 @@ jobs:
|
|||
while ($attempt -lt $maxRetries -and -not $success) {
|
||||
try {
|
||||
git fetch --tags
|
||||
$tags = git tag --sort=-v:refname | Where-Object { $_ -match '^v\d+\.\d+\.\d+\.\d+$' }
|
||||
$tags = git tag --sort=-v:refname | Where-Object { $_ -match '^v\d+\.\d+\.\d+$' }
|
||||
$latestTag = $tags -split '\n' | Select-Object -First 1
|
||||
$versionNumbers = $latestTag -split '\.'
|
||||
$versionNumbers[-1] = [string]([int]$versionNumbers[-1] + 1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue