Fixed publish script [ci skip].
This commit is contained in:
parent
28761b63c0
commit
28d395e1da
|
@ -18,7 +18,7 @@ if [ "$(git tag -l | grep $TAG)" != '' ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$MESSAGE" == '']; then
|
if [ "$MESSAGE" == '' ]; then
|
||||||
git tag -a -s -m "$MESSAGE" "$TAG"
|
git tag -a -s -m "$MESSAGE" "$TAG"
|
||||||
else
|
else
|
||||||
git tag -a -s "$TAG"
|
git tag -a -s "$TAG"
|
||||||
|
|
Loading…
Reference in New Issue