mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
switching latest to the commit hash
This commit is contained in:
parent
2c23ed74a0
commit
d2211db266
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
shell: pwsh
|
||||
run: |
|
||||
$repo_url = "https://github.com/${env:GITHUB_REPOSITORY}.git"
|
||||
$adj_build_num = "latest"
|
||||
$adj_build_num = "${{ env.GITHUB_SHA }}"
|
||||
|
||||
echo "::set-output name=repo_url::$repo_url"
|
||||
echo "::set-output name=adj_build_number::$adj_build_num"
|
||||
|
Loading…
Reference in New Issue
Block a user