mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-03 18:28:13 +01:00
fixing shell
This commit is contained in:
parent
4ee0675d36
commit
a9fee41174
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -34,7 +34,6 @@ jobs:
|
||||
|
||||
- name: Get Package Version
|
||||
id: gen_vars
|
||||
shell: pwsh
|
||||
run: |
|
||||
repo_url="https://github.com/${{ env.GITHUB_REPOSITORY }}.git"
|
||||
build_num=$(${{ env.GITHUB_RUN_NUMBER }} + 3000)
|
||||
|
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -34,14 +34,12 @@ jobs:
|
||||
|
||||
- name: Get Package Version
|
||||
id: gen_vars
|
||||
shell: pwsh
|
||||
run: |
|
||||
$repo_url = "https://github.com/${env:GITHUB_REPOSITORY}.git"
|
||||
$build_num = [int]$env:GITHUB_RUN_NUMBER
|
||||
$adj_build_num = $build_num + 3000
|
||||
repo_url="https://github.com/${{ env.GITHUB_REPOSITORY }}.git"
|
||||
build_num=$(${{ env.GITHUB_RUN_NUMBER }} + 3000)
|
||||
|
||||
echo "::set-output name=repo_url::$repo_url"
|
||||
echo "::set-output name=adj_build_number::$adj_build_num"
|
||||
echo "::set-output name=adj_build_number::$build_num"
|
||||
|
||||
|
||||
cli:
|
||||
|
Loading…
Reference in New Issue
Block a user