1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-29 04:17:41 +02:00

updating some verbiage

This commit is contained in:
Joseph Flinn 2021-10-21 08:33:40 -07:00
parent ecfb80fd6d
commit d992b13a0b

View File

@ -17,7 +17,7 @@ jobs:
run: |
if [[ "$GITHUB_REF" != "refs/heads/release" ]]; then
echo "==================================="
echo "[!] Can only release from the 'release' branches"
echo "[!] Can only release from the 'release' branch"
echo "==================================="
exit 1
fi