1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-05 01:53:55 +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

@@ -36,7 +36,7 @@ jobs:
NEW_VER=$CURR_MAJOR.$NEW_PATCH
echo "New Version: $NEW_VER"
echo "::set-output name=new-version::$NEW_VER"
echo "new-version=$NEW_VER" >> $GITHUB_OUTPUT
trigger_version_bump:
name: "Trigger desktop version bump workflow"