Skip to content

Commit 06094ad

Browse files
committed
publish changes
1 parent 5bea9a1 commit 06094ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/build.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ let sourceLinkTest _ =
565565
)
566566

567567
let publishToNuget _ =
568-
allReleaseChecks ()
568+
allPublishChecks ()
569569
Paket.push(fun c ->
570570
{ c with
571571
ToolType = ToolType.CreateLocalTool()
@@ -599,7 +599,7 @@ let gitRelease _ =
599599
Git.Branches.pushTag "" "origin" tag
600600

601601
let githubRelease _ =
602-
allReleaseChecks ()
602+
allPublishChecks ()
603603
let token =
604604
match githubToken with
605605
| Some s -> s

0 commit comments

Comments
 (0)