1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-24 12:13:39 +00:00

Add Brew Bump Workflows (#2934)

This commit is contained in:
Vince Grassia
2022-06-20 12:23:11 -04:00
committed by GitHub
parent b28c07790d
commit 7310fa826e
6 changed files with 93 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ jobs:
run: |
CLIENT=$(python -c "print('$CLIENT_NAME'.lower())")
echo "::set-output name=client::$CLIENT"
git switch -c ${CLIENT}_version_bump_${{ github.event.inputs.version_number }}
git push -u origin ${CLIENT}_version_bump_${{ github.event.inputs.version_number }}