Skip to content

Commit af5409a

Browse files
committed
Fixed branch name
1 parent cda07d4 commit af5409a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/anglesharp.cake

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Task("Publish-Release")
178178
Name = version,
179179
Body = String.Join(Environment.NewLine, releaseNotes.Notes),
180180
Prerelease = false,
181-
TargetCommitish = "master",
181+
TargetCommitish = "main",
182182
}).Wait();
183183
});
184184

0 commit comments

Comments
 (0)