diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3776906c836048abd3568576fefca76676776fa0..0331ef39999146b9e96d4b479ad83baaec3d4a41 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ publish: - pip install python-semantic-release sib-commit-parser - git config user.name "${GITLAB_USER_NAME}" - git config user.email "${GITLAB_USER_EMAIL}" - - git remote set-url origin "https://gitlab-ci-token:${GL_TOKEN}@{CI_SERVER_HOST}/${CI_PROJECT_PATH}.git" + - git remote set-url origin "https://gitlab-ci-token:${GL_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git" script: - semantic-release publish only: