mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
fixing the other things from the build
This commit is contained in:
parent
52611dd8a7
commit
840b076ab6
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -68,7 +68,7 @@ jobs:
|
||||
|
||||
- name: Set PACKAGE_VERSION & VER_INFO
|
||||
run: |
|
||||
$env:pkgVersion = (Get-Content -Raw -Path .\src\package.json | ConvertFrom-Json).version
|
||||
$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
|
||||
echo "WIN_PKG=$env:WIN_PKG" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
||||
echo "version: $env:pkgVersion"
|
||||
|
Loading…
Reference in New Issue
Block a user