From 7dadcb75c7374c087d0183fb953fee7947657a60 Mon Sep 17 00:00:00 2001 From: wat Date: Sun, 22 Sep 2019 13:25:26 +0200 Subject: [PATCH] fix --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index bb53999..f08a6bd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -67,7 +67,7 @@ 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