diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8101d41..e988cb4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,7 +33,7 @@ release: variables: GIT_SUBMODULE_STRATEGY: recursive script: - - curl --request POST + - echo curl --request POST --header "PRIVATE-TOKEN:$PRIVATE_TOKEN" --header "Content-Type:application/json" --data-raw '{ "name":"New release", "tag_name":"tag-$CI_COMMIT_SHORT_SHA", "ref":"$CI_COMMIT_SHA", "description":"Super nice release","assets":{ "links":[ { "name":"hoge", "url":"https://google.com" } ] } }'