diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a5f6db3..7eec38bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -573,7 +573,7 @@ publish:github-release: response=$(curl -L -f -X POST -H "Accept: application/vnd.github+json" - -H "Authorization: Bearer $inst_acc_token + -H "Authorization: Bearer $inst_acc_token" -H "X-GitHub-Api-Version: 2022-11-28" "https://api.github.com/repos/mutable-org/mutable/releases" -d '{"tag_name":"${TAG}","target_commitish":"main"}') @@ -586,7 +586,7 @@ publish:github-release: curl -L -f -X POST -H "Accept: application/vnd.github+json" - -H "Authorization: Bearer $inst_acc_token + -H "Authorization: Bearer $inst_acc_token" -H "X-GitHub-Api-Version: 2022-11-28" -H "Content-Type: application/octet-stream" "${upload_url}?name=mutable-linux-amd64-${TAG}.zip" @@ -596,7 +596,7 @@ publish:github-release: curl -L -f -X POST -H "Accept: application/vnd.github+json" - -H "Authorization: Bearer $inst_acc_token + -H "Authorization: Bearer $inst_acc_token" -H "X-GitHub-Api-Version: 2022-11-28" -H "Content-Type: application/octet-stream" "${upload_url}?name=mutable-macos-amd64-${TAG}.zip"