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:
2
.github/workflows/version-auto-bump.yml
vendored
2
.github/workflows/version-auto-bump.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user