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