From 5b7f35508c14f5e08d0884e7e1176ae98fb15bdd Mon Sep 17 00:00:00 2001 From: Dmitry Porunov Date: Wed, 24 Jun 2020 20:49:36 +0300 Subject: [PATCH] Just to see what happens --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index daf4122..bafaa73 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,8 @@ Update-AUR: script: - cd ./pkg/aur - - _version=$(echo $CI_COMMIT_REF_NAME | cut -c 2-) + - _version=$(echo $CI_COMMIT_TAG) + - echo "$CI_COMMIT_TAG" - echo "Pushing'v$_version'" - sourceURL=https://gitlab.com/ykkzde/posy-cursors/-/archive/v$_version/cursorsPosy-v$_version.tar.gz?path=themes