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