From fbbe366958aec43eb0f6928447bbe3a9ca431fb5 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Thu, 5 Mar 2026 07:00:08 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20action.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 19d3a13..eacba41 100644 --- a/action.yaml +++ b/action.yaml @@ -35,4 +35,4 @@ runs: unzip "$DOWNLOAD_NAME" -d output echo "ARTIFACT PUSHING..." - dotnet nuget push "output/*.nupkg" --source "${{ inputs.source }}" --api-key "${{ inputs.api_key }}" --skip-duplicate \ No newline at end of file + dotnet nuget push "output/*.nupkg" --source "${{ inputs.source }}" --api-key "${{ inputs.api_key }}" --skip-duplicate --allow-insecure-connections \ No newline at end of file