mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
fix set-env refs
This commit is contained in:
2
.github/scripts/load-version.ps1
vendored
2
.github/scripts/load-version.ps1
vendored
@@ -2,4 +2,4 @@
|
||||
$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";
|
||||
Write-Output "PACKAGE_VERSION=$packageVersion" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append;
|
||||
|
||||
Reference in New Issue
Block a user