From 7a4bf1ef4894e1ed725511b7ba67ef5aeb0c91a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Wed, 30 Sep 2020 14:10:17 +0200 Subject: [PATCH] Fix publishing script. (#593) --- _automate/publish.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_automate/publish.sh b/_automate/publish.sh index 53b9a8a71..ec389b923 100755 --- a/_automate/publish.sh +++ b/_automate/publish.sh @@ -66,6 +66,8 @@ for CRATE_DIR in ${ORDER[@]}; do if [ "$CHOICE" = "s" ]; then break fi + else + break fi done