Fixed publish script [ci skip].

This commit is contained in:
Antoine POPINEAU 2019-10-31 13:59:14 +01:00
parent 28761b63c0
commit 28d395e1da
No known key found for this signature in database
GPG Key ID: A78AC64694F84063
1 changed files with 1 additions and 1 deletions

View File

@ -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"