mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-22 16:29:09 +01:00
revertting
This commit is contained in:
parent
cbcc12f450
commit
92ea3f7820
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -34,12 +34,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Get Package Version
|
- name: Get Package Version
|
||||||
id: gen_vars
|
id: gen_vars
|
||||||
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
repo_url="https://github.com/${{ env.GITHUB_REPOSITORY }}.git"
|
$repo_url = "https://github.com/${env:GITHUB_REPOSITORY}.git"
|
||||||
build_num=$(expr ${{ env.GITHUB_RUN_NUMBER }} + 3000)
|
$build_num = [int]$env:GITHUB_RUN_NUMBER
|
||||||
|
$adj_build_num = $build_num + 3000
|
||||||
|
|
||||||
echo "::set-output name=repo_url::$repo_url"
|
echo "::set-output name=repo_url::$repo_url"
|
||||||
echo "::set-output name=adj_build_number::$build_num"
|
echo "::set-output name=adj_build_number::$adj_build_num"
|
||||||
|
|
||||||
|
|
||||||
cli:
|
cli:
|
||||||
|
Loading…
Reference in New Issue
Block a user