From d605edf6bfff1f307252078017831f2378ccf8a4 Mon Sep 17 00:00:00 2001 From: ronnie Date: Fri, 10 Apr 2026 20:16:21 -0400 Subject: [PATCH] local nuget gitea --- .github/workflows/release.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 910100f..313e625 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -95,5 +95,8 @@ jobs: - name: 🛜 Publish to Nuget run: | dotnet nuget push "${{ steps.package-path.outputs.package }}" \ - --api-key "${{ secrets.NUGET_API_KEY }}" \ - --source "https://api.nuget.org/v3/index.json" --skip-duplicate + --source "http://192.168.1.4:3000/api/packages/Ronnie/nuget/index.json" \ + --allow-insecure-connections \ + --api-key "${{ secrets.NUGET_KEY }}" \ + --skip-duplicate +