mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-31 17:57:43 +01:00
got the int. trying the math
This commit is contained in:
parent
9f8754e6b3
commit
7d1195a66c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
run: |
|
||||
$repo_url = "https://github.com/${env:GITHUB_REPOSITORY}.git"
|
||||
$build_num = [int]$env:GITHUB_RUN_NUMBER
|
||||
$adj_build_num = $buildnum+3000
|
||||
$adj_build_num = $buildnum + 3000
|
||||
|
||||
Write-Host "RUN NUMBER: $env:GITHUB_RUN_NUMBER"
|
||||
Write-Host "BUILD NUMBER: $build_num"
|
||||
|
Loading…
Reference in New Issue
Block a user