Skip to content

Commit

Permalink
Merge pull request #511 from martindevans/fixed_release_minor
Browse files Browse the repository at this point in the history
Fixed Minor Release Script
  • Loading branch information
martindevans authored Feb 15, 2024
2 parents d03c1a9 + 69a74bb commit 633727b
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 633727b

Please sign in to comment.