Skip to content

Commit c085164

Browse files
committed
attempt to fix publish release task
1 parent 3615e14 commit c085164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cake/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ public override void Run(BuildContext context)
951951
if (Helpers.CanReleaseInternal())
952952
{
953953
var githubToken = context.Environment.GetEnvironmentVariable("GH_TOKEN");
954-
var githubClient = new GitHubClient(new ProductHeaderValue("INXTON"));
954+
var githubClient = new GitHubClient(new ProductHeaderValue("AXOPEN"));
955955
githubClient.Credentials = new Credentials(githubToken);
956956

957957
var release = githubClient.Repository.Release.Create(

0 commit comments

Comments
 (0)