Skip to content
Snippets Groups Projects
Verified Commit c3e8f711 authored by Ubbo Veentjer's avatar Ubbo Veentjer
Browse files

fix: use semantic-release 7.34.6 as 8.0 introduced changes breaking the release process

parent 8c1cf2c6
No related branches found
No related tags found
1 merge request!59Resolve "python semantic-release fails in version > 7"
Pipeline #379920 passed
......@@ -79,7 +79,7 @@ release:
REPOSITORY_USERNAME: __token__
REPOSITORY_PASSWORD: ${PYPI_ORG_UPLOAD_TOKEN}
before_script:
- pip install python-semantic-release
- pip install python-semantic-release==7.34.6
script:
- semantic-release publish -D commit_author="${GL_USER} <${GL_USER}@noreply.gitlab.gwdg.de>"
rules:
......
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