Skip to content

Commit cf6ec72

Browse files
committed
Merge branch 'main' of https://github.com/AngleSharp/AngleSharp.GitBase into devel
2 parents 944dd4b + af5409a commit cf6ec72

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)