File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
- name : Package Bard
29
29
run : dotnet pack -c Release -o . src/Bard/Bard.csproj
30
30
- name : Publish Bard
31
- run : dotnet nuget push *.nupkg -k ${{ secrets.NUGET_KEY }} - s https://api.nuget.org/v3/index.json --skip-duplicate
31
+ run : dotnet nuget push *.nupkg -s https://api.nuget.org/v3/index.json --skip-duplicate -k ${{ secrets.NUGET_KEY }}
32
32
- name : Package Bard.gRpc
33
33
run : dotnet pack -c Release -o . src/Bard.gRPC/Bard.gRPC.csproj
34
34
- name : Publish Bard.gRpc
35
- run : dotnet nuget push *.nupkg -k ${{ secrets.NUGET_KEY }} - s https://api.nuget.org/v3/index.json --skip-duplicate
35
+ run : dotnet nuget push *.nupkg -s https://api.nuget.org/v3/index.json --skip-duplicate -k ${{ secrets.NUGET_KEY }}
36
36
You can’t perform that action at this time.
0 commit comments