Fix: small fix
Compare changes
+ 3
− 8
@@ -241,12 +241,8 @@ IEnumerable<string> redirectedStandardOutput;
@@ -241,12 +241,8 @@ IEnumerable<string> redirectedStandardOutput;
var json = $"{{\"name\": \"v{semanticVersion}\", \"tag_name\": \"v{semanticVersion}\" \"description\": \"{description}\"}}";
@@ -256,14 +252,13 @@ IEnumerable<string> redirectedStandardOutput;
@@ -256,14 +252,13 @@ IEnumerable<string> redirectedStandardOutput;
Information($"https://git.rwth-aachen.de/api/v4/projects/{gitlabProjectId}/repository/tags?tag_name=v{semanticVersion}&ref=master&release_description={description}");
var responseBody = HttpPost($"https://git.rwth-aachen.de/api/v4/projects/{gitlabProjectId}/repository/tags?tag_name=v{semanticVersion}&ref=master&release_description={description}", settings);
responseBody = HttpPost($"https://git.rwth-aachen.de/api/v4/projects/{gitlabProjectId}/releases", settings);