Skip to content

Commit ab4a079

Browse files
committed
use proper push args
1 parent d144ac1 commit ab4a079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Program.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ let init args =
7171
ApiKey = Some key
7272
Source = Some "https://api.nuget.org/v3/index.json" } }
7373

74-
packages () |> Seq.iter (fun pkg -> DotNet.nugetPush id pkg))
74+
packages () |> Seq.iter (fun pkg -> DotNet.nugetPush pushPkg pkg))
7575

7676
let sourceFiles = !! "src/**/*.fs" ++ "build.fsx" -- "src/**/obj/**/*.fs"
7777

0 commit comments

Comments
 (0)