Fix: small fix
Compare changes
- L. Ellenbeck authored
+ 8
− 10
@@ -241,28 +241,26 @@ IEnumerable<string> redirectedStandardOutput;
@@ -241,28 +241,26 @@ IEnumerable<string> redirectedStandardOutput;
var json = $"{{\"name\": \"v{semanticVersion}\", \"tag_name\": \"v{semanticVersion}\" \"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);