Fix: url and tags
Compare changes
+ 11
− 4
@@ -221,7 +221,7 @@ IEnumerable<string> redirectedStandardOutput;
@@ -221,7 +221,7 @@ IEnumerable<string> redirectedStandardOutput;
@@ -239,7 +239,7 @@ IEnumerable<string> redirectedStandardOutput;
@@ -239,7 +239,7 @@ IEnumerable<string> redirectedStandardOutput;
var json = $"{{\"name\": \"v{semanticVersion}\", \"tag_name\": \"v{semanticVersion}\" \"description\": \"{description}\"}}";
@@ -249,10 +249,17 @@ IEnumerable<string> redirectedStandardOutput;
@@ -249,10 +249,17 @@ IEnumerable<string> redirectedStandardOutput;
var responseBody = HttpPost($"https://git.rwth-aachen.de/api/v4//projects/{gitlabProjectId}/releases", settings);