Browse Source

Temporarily disabled nuget push, for testing

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

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

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

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

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

Loading…
Cancel
Save