mirror of
https://github.com/bitwarden/browser
synced 2025-01-01 20:57:53 +01:00
trying another powershell thing
This commit is contained in:
parent
211eef206e
commit
fc53f498dd
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
shell: pwsh
|
||||
run: |
|
||||
$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 "BUILD NUMBER: $env:build_num"
|
||||
|
Loading…
Reference in New Issue
Block a user