Skip to content

Commit c165b45

Browse files
committed
fix: add source parameter to choco push command for package publishing
1 parent 2d1312f commit c165b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-chocolatey.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ try {
7070
}
7171

7272
Write-Host "Publishing package to Chocolatey..."
73-
choco push $nupkgFile --api-key $ApiKey
73+
choco push $nupkgFile --api-key $ApiKey --source https://push.chocolatey.org/
7474
Write-Host "Package published successfully!"
7575
}
7676
else {

0 commit comments

Comments
 (0)