Skip to content
Snippets Groups Projects
Verified Commit 2c208ceb authored by Björn Ludwig's avatar Björn Ludwig
Browse files

ci(release): introduce required environment changes to release on GitHub from GitLab

parent b9c2d94b
No related branches found
No related tags found
No related merge requests found
Pipeline #16299 failed
...@@ -148,6 +148,7 @@ release: ...@@ -148,6 +148,7 @@ release:
- python -m piptools sync release-requirements.txt - python -m piptools sync release-requirements.txt
- git config --global user.name "Bjoern Ludwig" - git config --global user.name "Bjoern Ludwig"
- git config --global user.email "bjoern.ludwig@ptb.de" - git config --global user.email "bjoern.ludwig@ptb.de"
- git remote set-url origin https://github.com/BjoernLudwigPTB/pytorch_gum_uncertainty_propagation.git - export CI_PROJECT_NAMESPACE BjoernLudwigPTB
- export CI_PROJECT_NAME pytorch_gum_uncertainty_propagation
- semantic-release publish - semantic-release publish
environment: production environment: production
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment