switching to powershell

This commit is contained in:
Joseph Flinn 2021-01-08 23:44:51 +00:00
parent ecaa04cac5
commit 1b6d1a52ae
1 changed files with 1 additions and 0 deletions

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