test release again
This commit is contained in:
parent
618017a28b
commit
51d1beff42
@ -36,7 +36,7 @@ release:
|
||||
- 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" } ] } }'
|
||||
--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" } ] } }'
|
||||
"https://gitlab.com/api/v4/projects/10877064/releases"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user