Skip to content

Commit 247fcb0

Browse files
author
queil
committed
chore: fix release branch name
1 parent 0f1e4c4 commit 247fcb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ let gitRepoName = "FsConfig"
6666

6767
let gitHubRepoUrl = sprintf "https://github.com/%s/%s" gitOwner gitRepoName
6868

69-
let releaseBranch = "main"
69+
let releaseBranch = "master"
7070

7171
let tagFromVersionNumber versionNumber = sprintf "v%s" versionNumber
7272

0 commit comments

Comments
 (0)