From a4fd317e5c13dba2f3e7a786b9f926328292d1f5 Mon Sep 17 00:00:00 2001 From: Antoine POPINEAU Date: Wed, 30 Oct 2019 15:01:01 +0100 Subject: [PATCH] Sign tags. --- publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index 92d8f8b..35f9671 100755 --- a/publish.sh +++ b/publish.sh @@ -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