Skip to content
Snippets Groups Projects
Commit 155ac0eb authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

fix: cicd

parent 216b71f0
No related branches found
No related tags found
No related merge requests found
Pipeline #5110 failed with stage
in 13 seconds
...@@ -23,6 +23,7 @@ publish: ...@@ -23,6 +23,7 @@ publish:
- git config user.name "${GITLAB_USER_NAME}" - git config user.name "${GITLAB_USER_NAME}"
- git config user.email "${GITLAB_USER_EMAIL}" - 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"
- git fetch --tags
script: script:
- semantic-release publish - semantic-release publish
only: only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment