Skip to content

Commit

Permalink
Update Build.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPulman committed Aug 29, 2023
1 parent cd719d4 commit c46c14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class Build : NukeBuild
{
if (Repository.IsOnMainOrMasterBranch())
{
this.CreateRelease("ChrisPulman", "CP.Nuke.BuildTools", "", NerdbankVersioning.NuGetPackageVersion, null, false)
this.CreateRelease("ChrisPulman", "CP.Nuke.BuildTools", $"Release version {NerdbankVersioning.NuGetPackageVersion}", NerdbankVersioning.NuGetPackageVersion, null, false)
.UploadDirectory(PackagesDirectory)
.Publish("ChrisPulman", "CP.Nuke.BuildTools")
.UploadReleaseAssetToGithub(PackagesDirectory);
Expand Down

0 comments on commit c46c14f

Please sign in to comment.