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