1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-04 05:08:06 +02:00

switching to powershell

This commit is contained in:
Joseph Flinn 2021-01-08 23:44:51 +00:00
parent ecaa04cac5
commit 1b6d1a52ae

View File

@ -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