Browse Source

Added the final nuget push back into the workflows

tags/0.9.1
Martin Evans 1 year ago
parent
commit
02f6c064fb
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/release-patch.yml

+ 2
- 2
.github/workflows/release-patch.yml View File

@@ -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


Loading…
Cancel
Save