1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-28 03:59:50 +01:00

fixing pwsh

This commit is contained in:
Joseph Flinn 2021-02-01 16:10:13 -08:00
parent 1e0fede341
commit b2f4a7f96e

View File

@ -37,7 +37,7 @@ jobs:
shell: pwsh
run: |
$env:repo_url = "https://github.com/${env:GITHUB_REPOSITORY}.git"
$env:bulid_num = ${env:GITHUB_RUN_NUBMER} + 3000
$env:bulid_num = $env:GITHUB_RUN_NUBMER + 3000
echo "::set-output name=repo_url::$env:repo_url"
echo "::set-output name=adj_build_number::$env:build_num"