From 4c687785c726f0f51a31a432b88bf0e0bbb6e0d1 Mon Sep 17 00:00:00 2001 From: WinterMyst <22961076-wintermyst@users.noreply.gitlab.com> Date: Sun, 22 Sep 2024 15:07:13 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e6e49f..6f194d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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