From af5409af98e7aea129338f0e2a264e6d3e0ca43c Mon Sep 17 00:00:00 2001 From: Florian Rappl Date: Sun, 13 Jun 2021 00:34:46 +0200 Subject: [PATCH] Fixed branch name --- tools/anglesharp.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/anglesharp.cake b/tools/anglesharp.cake index 09988d9..bfcc3bd 100644 --- a/tools/anglesharp.cake +++ b/tools/anglesharp.cake @@ -178,7 +178,7 @@ Task("Publish-Release") Name = version, Body = String.Join(Environment.NewLine, releaseNotes.Notes), Prerelease = false, - TargetCommitish = "master", + TargetCommitish = "main", }).Wait(); });