Sign theme release tags

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař
2016-07-28 07:51:36 +02:00
parent 767b72d9b4
commit 6f66b783c3
+1 -1
View File
@@ -83,7 +83,7 @@ echo "Release files:"
ls -la release/$NAME.zip
if [ $TAG -eq 1 ] ; then
git tag -a -m "Tagging release of theme $THEME $VERSION" $NAME
git tag -s -a -m "Tagging release of theme $THEME $VERSION" $NAME
fi
if [ $UPLOAD -eq 1 ] ; then