From 1177c9dbd5eaf2adc10518272d2b30d54e81e001 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 30 Apr 2019 16:06:45 +0200 Subject: [PATCH] test release again --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1eea17d..be61816 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,7 +36,7 @@ release: - 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" } ] } }' \ + --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"