From fe2372f00e4ced02ff86b407d583565fa4f5e4ec Mon Sep 17 00:00:00 2001 From: PTKu <61538034+PTKu@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:35:06 +0100 Subject: [PATCH] aps --- cake/Program.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cake/Program.cs b/cake/Program.cs index ad145bea..f157d613 100644 --- a/cake/Program.cs +++ b/cake/Program.cs @@ -332,6 +332,8 @@ public override void Run(BuildContext context) if (Helpers.CanReleaseInternal()) { + context.Log.Warning($"Creating release publication."); + var githubToken = context.Environment.GetEnvironmentVariable("GH_TOKEN"); var githubClient = new GitHubClient(new ProductHeaderValue("AXSHARP")); githubClient.Credentials = new Credentials(githubToken);