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"