1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-26 21:23:34 +00:00

update ::set-output to latest (#4177)

* update ::set-output to latest

* update workflow for linter error
This commit is contained in:
Opeyemi
2022-12-05 15:04:04 +00:00
committed by GitHub
parent bfa19a6749
commit 28dbb4c8a8
8 changed files with 28 additions and 29 deletions

View File

@@ -62,7 +62,7 @@ jobs:
id: retrieve-version
run: |
PKG_VERSION=$(jq -r .version package.json)
echo "::set-output name=package_version::$PKG_VERSION"
echo "package_version=$PKG_VERSION" >> $GITHUB_OUTPUT
cli: