diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a6ce33b..918e26e 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,8 +16,6 @@ build: publish: image: alpine stage: publish - only: - - tags before_script: - apk update && apk add git zip - export VERSION=`git describe --tags --dirty`