Skip to content

Commit

Permalink
use correct branch name in cake
Browse files Browse the repository at this point in the history
  • Loading branch information
MSE1188 committed Apr 28, 2022
1 parent f899018 commit c3dc80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ Task("GitHubRelease")
Milestone = version,
Name = version,
Prerelease = false,
TargetCommitish = "master"
TargetCommitish = "main"
}
);

Expand Down

0 comments on commit c3dc80c

Please sign in to comment.