mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
debugging the BUILD_NUMBER
This commit is contained in:
parent
0be634707c
commit
7fe38fb7f1
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -39,6 +39,8 @@ jobs:
|
||||
$env:repo_url = "https://github.com/${env:GITHUB_REPOSITORY}.git"
|
||||
$env:bulid_num = $env:GITHUB_RUN_NUMBER + 3000
|
||||
|
||||
Write-Host $env:build_num
|
||||
|
||||
echo "::set-output name=repo_url::$env:repo_url"
|
||||
echo "::set-output name=adj_build_number::$env:build_num"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user