Skip to content

Commit

Permalink
Fixed branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Jun 12, 2021
1 parent cda07d4 commit af5409a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/anglesharp.cake
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Task("Publish-Release")
Name = version,
Body = String.Join(Environment.NewLine, releaseNotes.Notes),
Prerelease = false,
TargetCommitish = "master",
TargetCommitish = "main",
}).Wait();
});

Expand Down

0 comments on commit af5409a

Please sign in to comment.