From 86dc94d12066668fbb0a8e0bf32b04984bc60aa9 Mon Sep 17 00:00:00 2001 From: Ndricim Rrapi Date: Thu, 19 May 2022 18:45:05 +0200 Subject: [PATCH] Release v1.22.0 - 2 (#2718) retry release as travis failed to releae --- scripts/npmPublish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/npmPublish.sh b/scripts/npmPublish.sh index 5ecce20a4b..4e03ec926e 100755 --- a/scripts/npmPublish.sh +++ b/scripts/npmPublish.sh @@ -47,7 +47,7 @@ function prepublishCheck { cd $BASE_DIR/../$1 VERSION=$(node -p "require('./package.json').version") - # Check if it can be published (github release must exist) + # Check if it can be published (github release must exist ) TAGS_GREP=`git ls-remote --tags origin | grep "v$VERSION$" | wc -l` if [[ "$TAGS_GREP" =~ "0" ]]; then echo "Tag (github release) does not exist, not going to publish $VERSION to npm"