From 69a74bb05373a809be48d635e4800bdc6037e178 Mon Sep 17 00:00:00 2001 From: Martin Evans Date: Thu, 15 Feb 2024 14:38:00 +0000 Subject: [PATCH] Commented back in the line that pushes to nuget --- .github/workflows/release-minor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-minor.yml b/.github/workflows/release-minor.yml index 715ca9de0..e6fed26cf 100644 --- a/.github/workflows/release-minor.yml +++ b/.github/workflows/release-minor.yml @@ -49,5 +49,5 @@ jobs: name: "drop-ci-packages" path: './temp' -# - name: Push LLamaSharp packages to nuget.org -# run: dotnet nuget push ./temp/LLamaSharp*.nupkg --source https://www.nuget.org -k ${{ secrets.LLAMA_SHARP_NUGET_KEY }} --skip-duplicate + - name: Push LLamaSharp packages to nuget.org + run: dotnet nuget push ./temp/LLamaSharp*.nupkg --source https://www.nuget.org -k ${{ secrets.LLAMA_SHARP_NUGET_KEY }} --skip-duplicate