1
0
mirror of https://github.com/apognu/otter synced 2025-02-17 11:20:34 +01:00

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

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"