From 42e20e18366effb1a6534e6ee0ecb367bcbbe50e Mon Sep 17 00:00:00 2001 From: wat Date: Sun, 22 Sep 2019 13:27:19 +0200 Subject: [PATCH] fix --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 543bf71..0c48ace 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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