From b864e9dc7f1e1e09bd2b5272f8b02d6fe5fcbd05 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Tue, 16 Apr 2024 18:23:46 +0900 Subject: [PATCH] fix publish script whitespace --- publish/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}";