This commit is contained in:
wat
2019-09-22 13:27:19 +02:00
parent 7567f3f45f
commit 42e20e1836
+2 -1
View File
@@ -67,7 +67,8 @@ steps:
commands:
- git config --global user.email "frontwork.me@gmail.com"
- git config --global user.name "drone"
- > if [ "${PACKAGE_VERSION}" != "${LATEST_VERSION}" ];
- >
if [ "${PACKAGE_VERSION}" != "${LATEST_VERSION}" ];
then
git tag $PACKAGE_VERSION
git status