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