From 242e96746721686342d853ac38015c032cf33d04 Mon Sep 17 00:00:00 2001 From: Jack Hall Date: Sun, 6 Feb 2022 14:30:19 -0800 Subject: [PATCH] changes to ci shells script --- ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci.sh b/ci.sh index e8fdf24..2ef9cec 100755 --- a/ci.sh +++ b/ci.sh @@ -5,7 +5,7 @@ sed -i "s/@oslabs-beta\\/expressbridge/expressbridge/g" package.json IFS='/'; # read in github.ref property -read -ra ref <<< $1 +read -ra ref <<< "$1" TAG_VERSION = $ref[3]