fixing the typo................

This commit is contained in:
Joseph Flinn 2021-02-02 08:23:48 -08:00
parent 504142cd5d
commit 9f8754e6b3
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ jobs:
shell: pwsh
run: |
$repo_url = "https://github.com/${env:GITHUB_REPOSITORY}.git"
$bulid_num = $GITHUB_RUN_NUMBER
$build_num = [int]$env:GITHUB_RUN_NUMBER
$adj_build_num = $buildnum+3000
Write-Host "RUN NUMBER: $env:GITHUB_RUN_NUMBER"