From 28d395e1da35d249055fdc895eb6178b9634a562 Mon Sep 17 00:00:00 2001 From: Antoine POPINEAU Date: Thu, 31 Oct 2019 13:59:14 +0100 Subject: [PATCH] Fixed publish script [ci skip]. --- publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index 99104e4..c7af00e 100755 --- a/publish.sh +++ b/publish.sh @@ -18,7 +18,7 @@ if [ "$(git tag -l | grep $TAG)" != '' ]; then exit 1 fi -if [ "$MESSAGE" == '']; then +if [ "$MESSAGE" == '' ]; then git tag -a -s -m "$MESSAGE" "$TAG" else git tag -a -s "$TAG"