From f9b8e8efc838b3e5c406e9903d3b12ef23dafc8e Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Tue, 23 May 2017 10:34:41 +0100 Subject: [PATCH] fix tag publish --- scripts/npm-publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/npm-publish.sh b/scripts/npm-publish.sh index 6a7f96f4f2..fe10c3f3c8 100755 --- a/scripts/npm-publish.sh +++ b/scripts/npm-publish.sh @@ -56,7 +56,7 @@ add_tag(){ fi echo "====== TAG WILL BE ADDED DURING THE PUBLISH: ${TAG} =====" - OPTIONS="$OPTIONS -tag $1" + OPTIONS="$OPTIONS --tag $1" } change_registry(){