Update CreateWorkflowDispatch method

This commit is contained in:
MaksimZhukov
2020-08-27 18:53:42 +03:00
parent 7e2bc9a237
commit 2ea972432a
2 changed files with 9 additions and 7 deletions

View File

@@ -62,7 +62,6 @@ function Validate-ReleaseAvailability {
Write-Host "Release was successfully created: $($createdRelease.html_url)"
return
}
$RetryCount
$RetryCount--
Start-Sleep -Seconds $RetryIntervalSec