1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-18 16:33:15 +00:00

Update hotfix release branch name to hotfix-rc (#1834)

(cherry picked from commit bdd0ea007b)
This commit is contained in:
Joseph Flinn
2022-03-09 12:46:24 -08:00
committed by Joseph Flinn
parent e4e52a41e0
commit 403f78ceca
2 changed files with 8 additions and 8 deletions

View File

@@ -22,9 +22,9 @@ jobs:
steps:
- name: Branch check
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