mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-11 00:31:45 +01:00
fixing the pkg version code
This commit is contained in:
parent
d6d12b8c9c
commit
4130868524
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: "Build & Publish"
|
||||
name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -39,7 +39,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