diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bfdadc1..eb3f824 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,9 +34,9 @@ release: GIT_STRATEGY: none script: - curl --request POST - --header "PRIVATE-TOKEN:$CI_JOB_TOKEN" \ - --header "Content-Type:application/json" \ - --data-raw '{ "name":"New release", "tag_name":"v0.4", "ref":"$CI_COMMIT_SHA", "description":"Super nice release","assets":{ "links":[ { "name":"hoge", "url":"https://google.com" } ] } }' \ + --header "PRIVATE-TOKEN:$CI_JOB_TOKEN" + --header "Content-Type:application/json" + --data-raw '{ "name":"New release", "tag_name":"v0.4", "ref":"$CI_COMMIT_SHA", "description":"Super nice release","assets":{ "links":[ { "name":"hoge", "url":"https://google.com" } ] } }' "https://gitlab.com/api/v4/projects/10877064/releases"