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