Skip to content

Commit b8c0458

Browse files
Bumping version to 0.2.0
1 parent c27ca63 commit b8c0458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Target "Pack" (fun () ->
4343

4444
Target "ReleaseGitHub" (fun _ ->
4545

46-
let remoteGit = "upstream"
46+
let remoteGit = "origin"
4747
let commitMsg = sprintf "Bumping version to %O" release.NugetVersion
4848
let tagName = string release.NugetVersion
4949
let gitOwner = "Krzysztof-Cieslak"

0 commit comments

Comments
 (0)