Browse Source
Merge pull request #511 from martindevans/fixed_release_minor
Fixed Minor Release Script
tags/v0.10.0
Martin Evans
GitHub
2 years ago
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
.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 |