File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
- completed
8
8
9
9
env :
10
- NUGET_API_TOKEN : ${{ secrets.LLAMA_SHARP_NUGET_KEY }}
10
+ NUGET_API_TOKEN : ${{ secrets.LLAMA_SHARP_NUGET_KEY_REPO }}
11
11
12
12
jobs :
13
13
minor_release_to_nuget :
54
54
path : ' ./temp'
55
55
56
56
- name : Push LLamaSharp packages to nuget.org
57
- run : dotnet nuget push ./temp/LLamaSharp*.nupkg --source https://www.nuget.org -k ${{ secrets.LLAMA_SHARP_NUGET_KEY }} --skip-duplicate
57
+ run : dotnet nuget push ./temp/LLamaSharp*.nupkg --source https://www.nuget.org -k ${{ secrets.LLAMA_SHARP_NUGET_KEY_REPO }} --skip-duplicate
58
58
59
59
# Deploy the documentation to GitHub Pages
60
60
- uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 7
7
- completed
8
8
9
9
env :
10
- NUGET_API_TOKEN : ${{ secrets.LLAMA_SHARP_NUGET_KEY }}
10
+ NUGET_API_TOKEN : ${{ secrets.LLAMA_SHARP_NUGET_KEY_REPO }}
11
11
12
12
jobs :
13
13
patch_release_to_nuget :
54
54
path : ' ./temp'
55
55
56
56
- name : Push LLamaSharp packages to nuget.org
57
- run : dotnet nuget push ./temp/LLamaSharp*.nupkg --source https://www.nuget.org -k ${{ secrets.LLAMA_SHARP_NUGET_KEY }} --skip-duplicate
57
+ run : dotnet nuget push ./temp/LLamaSharp*.nupkg --source https://www.nuget.org -k ${{ secrets.LLAMA_SHARP_NUGET_KEY_REPO }} --skip-duplicate
58
58
59
59
# Deploy the documentation to GitHub Pages
60
60
- uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments