mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
finding the PACKAGE_VERSION in new job
This commit is contained in:
parent
90f9095215
commit
1fe4a2f835
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -176,6 +176,11 @@ jobs:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set PACKAGE_VERSION
|
||||
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
|
||||
|
||||
- name: Download Windows Nuget
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user