mirror of
https://github.com/bitwarden/cli
synced 2026-01-15 06:23:14 +00:00
Update the hotfix release branch name to hotfix-rc (#502)
(cherry picked from commit dce7d0b54f)
This commit is contained in:
committed by
Joseph Flinn
parent
34ea8a3ab5
commit
f8a049937d
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -25,9 +25,9 @@ jobs:
|
||||
- name: Branch check
|
||||
if: ${{ github.event.inputs.release_type != 'Dry Run' }}
|
||||
run: |
|
||||
if [[ "$GITHUB_REF" != "refs/heads/rc" ]] && [[ "$GITHUB_REF" != "refs/heads/hotfix" ]]; then
|
||||
if [[ "$GITHUB_REF" != "refs/heads/rc" ]] && [[ "$GITHUB_REF" != "refs/heads/hotfix-rc" ]]; then
|
||||
echo "==================================="
|
||||
echo "[!] Can only release from the 'rc' or 'hotfix' branches"
|
||||
echo "[!] Can only release from the 'rc' or 'hotfix-rc' branches"
|
||||
echo "==================================="
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user