Skip to content

Commit

Permalink
Swap to main
Browse files Browse the repository at this point in the history
  • Loading branch information
tboby committed Dec 21, 2023
1 parent 973ec46 commit 87a3d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ let releaseGithub (release: ReleaseNotes.ReleaseNotes) =
Staging.stageAll ""
ensureGitUser user email
Commit.exec "." (sprintf "Bump version to %s" release.NugetVersion)
Branches.pushBranch "" remote "master"
Branches.pushBranch "" remote "main"
Branches.tag "" release.NugetVersion
Branches.pushTag "" remote release.NugetVersion

Expand Down

0 comments on commit 87a3d3a

Please sign in to comment.