mirror of
https://github.com/bitwarden/browser
synced 2025-01-20 16:31:15 +01:00
6 lines
260 B
PowerShell
6 lines
260 B
PowerShell
$rootPath = $env:GITHUB_WORKSPACE;
|
|
$packageVersion = (Get-Content -Raw -Path $rootPath\src\package.json | ConvertFrom-Json).version;
|
|
|
|
Write-Output "Setting package version to $packageVersion";
|
|
Write-Output "::set-env name=PACKAGE_VERSION::$packageVersion";
|