Sign tags.

This commit is contained in:
Antoine POPINEAU 2019-10-30 15:01:01 +01:00
parent f45e5f7a36
commit a4fd317e5c
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
git tag -a -m "$MESSAGE" "$TAG"
git tag -a -s -m "$MESSAGE" "$TAG"
git push --tags
./gradlew publish