Update .gitlab-ci.yml file

This commit is contained in:
WinterMyst 2024-09-23 16:00:47 +00:00
parent 41f7aa4426
commit b52239cdac

View File

@ -58,7 +58,7 @@ release:
- git config --global user.email "ci@gitlab.com" - git config --global user.email "ci@gitlab.com"
- git add system.json - git add system.json
- git commit -m "Update system.json with release URL" - git commit -m "Update system.json with release URL"
- git push "https://oauth2:${GITLAB_PAT}@gitlab.com/${CI_PROJECT_NAMESPACE}/${CI_PROJECT_NAME}.git" HEAD:master - git push "https://$CI_COMMITTER_USER_AND_TOKEN@gitlab.com/${CI_PROJECT_NAMESPACE}/${CI_PROJECT_NAME}.git" HEAD:master
# Publish the release to the Foundry API # Publish the release to the Foundry API
- | - |