1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-01 11:25:46 +02:00

trying another powershell thing

This commit is contained in:
Joseph Flinn 2021-02-01 17:05:39 -08:00
parent 211eef206e
commit fc53f498dd

View File

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