mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-21 21:11:35 +01:00
switching to powershell
This commit is contained in:
parent
ecaa04cac5
commit
1b6d1a52ae
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -224,6 +224,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set PACKAGE_VERSION
|
||||
shell: pwsh
|
||||
run: |
|
||||
$env:pkgVersion = (Get-Content -Raw -Path .\package.json | ConvertFrom-Json).version
|
||||
echo "PACKAGE_VERSION=$env:pkgVersion" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
||||
|
Loading…
Reference in New Issue
Block a user