Skip to content

Commit

Permalink
(maint) fix releasing on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-a committed Jan 7, 2023
1 parent 70ab14c commit f661701
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipe.cake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ BuildParameters.SetParameters(
shouldRunDotNetCorePack: true,
shouldUseDeterministicBuilds: true,
gitterMessage: "@/all " + standardNotificationMessage,
twitterMessage: standardNotificationMessage);
twitterMessage: standardNotificationMessage,
preferredBuildProviderType: BuildProviderType.GitHubActions,
preferredBuildAgentOperatingSystem: PlatformFamily.Linux);

BuildParameters.PrintParameters(Context);

Expand Down

0 comments on commit f661701

Please sign in to comment.