diff --git a/build.cake b/build.cake
index 6bab3409046e48544e7643dc15ecc134119a3643..6f7864195cd840a310acba98de1c8bd3b31379a4 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