From 479907b4fe06a1cd4909497b123be5610ed40063 Mon Sep 17 00:00:00 2001
From: "L. Ellenbeck" <ellenbeck@itc.rwth-aachen.de>
Date: Wed, 22 Jan 2020 14:37:12 +0100
Subject: [PATCH] Fix: small fix

---
 build.cake | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/build.cake b/build.cake
index 6bab340..6f78641 100644
--- a/build.cake
+++ b/build.cake
@@ -252,7 +252,11 @@ IEnumerable<string> redirectedStandardOutput;
         };
 	
 	// create tag
+	Information(gitlabProjectId);
+	Information(semanticVersion);
+	Information(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);
+	Information(test);
 	Information(responseBody);
 
 	// create release
-- 
GitLab