Browse Source

Fixed publish script [ci skip].

housekeeping/remove-warnings
Antoine POPINEAU 5 years ago
parent
commit
28d395e1da
No known key found for this signature in database
GPG Key ID: A78AC64694F84063
  1. 2
      publish.sh

2
publish.sh

@ -18,7 +18,7 @@ if [ "$(git tag -l | grep $TAG)" != '' ]; then @@ -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"

Loading…
Cancel
Save