Skip to content

Commit

Permalink
Commented back in the line that pushes to nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
martindevans committed Feb 15, 2024
1 parent d03c1a9 commit 69a74bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-minor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 69a74bb

Please sign in to comment.