diff --git a/entrypoint.sh b/entrypoint.sh index b059028..1eb7f69 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -119,7 +119,8 @@ for nuget_package in "${nuget_packages[@]}"; do dotnet nuget push "$nuget_package" \ --source "$nuget_source" \ --api-key "$RUNNER_TOKEN" \ - --skip-duplicate + --skip-duplicate \ + --allow-insecure-connections done section "完成"