1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-09 12:03:16 +00:00

update ::set-output to the latest method (#2217)

* update ::set-output to the latest method

* Update workflow for linter error
This commit is contained in:
Opeyemi
2022-12-05 15:04:34 +00:00
committed by GitHub
parent 4580033477
commit bafd9ff85d
4 changed files with 13 additions and 15 deletions

View File

@@ -29,7 +29,7 @@ jobs:
NEW_PATCH=$((CURR_PATCH+1))
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 version bump workflow"