From 02f6c064fb9c23213890a0ade454bab663b75ccd Mon Sep 17 00:00:00 2001 From: Martin Evans Date: Sat, 6 Jan 2024 01:19:32 +0000 Subject: [PATCH] Added the final nuget push back into the workflows --- .github/workflows/release-patch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-patch.yml b/.github/workflows/release-patch.yml index 5cbd9c6a..5b5024d6 100644 --- a/.github/workflows/release-patch.yml +++ b/.github/workflows/release-patch.yml @@ -49,6 +49,6 @@ 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