Skip to content
Snippets Groups Projects
Commit fa180e2f authored by L. Ellenbeck's avatar L. Ellenbeck
Browse files

Fix: ...

parent 45736bcc
No related branches found
No related tags found
1 merge request!16Fix: ...
......@@ -239,7 +239,7 @@ IEnumerable<string> redirectedStandardOutput;
var result = client.PostAsync($"https://git.rwth-aachen.de/api/v4/projects/{gitlabProjectId}/repository/tags?tag_name=v{semanticVersion}&ref=master", null).Result;
Information("Create tag: {0}", result.Content.ReadAsStringAsync().Result);
description = "abcabc";
description = "abcabc\\ntest";
// create release
var json = $"{{\"name\": \"v{semanticVersion}\", \"tag_name\": \"v{semanticVersion}\", \"description\": \"{description}\"}}";
var content = new StringContent(json, Encoding.UTF8, "application/json");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment