diff --git a/publish/publish.sh b/publish/publish.sh index e74a53d..c49da2a 100755 --- a/publish/publish.sh +++ b/publish/publish.sh @@ -72,7 +72,7 @@ else fi; # gitlab -if [ ! -z "${GITLAB_URL}" ] && [ ! -z "${GITLAB_DEPLOY_TOKEN}" ]; then +if [ ! -z "${GITLAB_URL}" ] && [ ! -z "${GITLAB_DEPLOY_TOKEN}" ]; then curl --data tag=v${VERSION} \ --header "Deploy-Token: ${GITLAB_DEPLOY_TOKEN}" \ "${GITLAB_URL}";