1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-27 04:03:00 +02:00

got the int. trying the math

This commit is contained in:
Joseph Flinn 2021-02-02 08:31:06 -08:00
parent 9f8754e6b3
commit 7d1195a66c

View File

@ -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"