Update .gitlab-ci.yml file

This commit is contained in:
WinterMyst 2024-09-22 15:07:13 +00:00
parent 91bbd00b33
commit 4c687785c7

View File

@ -73,6 +73,7 @@ release:
# Commit the updated system.json and push it to master
- git config --global user.name "GitLab CI"
- git config --global user.email "ci@gitlab.com"
- git branch --set-upstream-to=origin/master master
- git add system.json
- git commit -m "Update system.json with release URL"
- git push origin master