Browse Source

Sign tags.

housekeeping/remove-warnings
Antoine POPINEAU 5 years ago
parent
commit
a4fd317e5c
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
git tag -a -m "$MESSAGE" "$TAG"
git tag -a -s -m "$MESSAGE" "$TAG"
git push --tags
./gradlew publish

Loading…
Cancel
Save