1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 05:13:29 +00: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