File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,11 @@ jobs:
5252 env :
5353 KEY : ${{ secrets.NUGET_API_KEY }}
5454 run : |
55- dotnet nuget push NetCord/bin/Release/*.* nupkg -k $KEY -n -s https://api.nuget.org/v3/index.json --skip-duplicate
56- dotnet nuget push NetCord.Services/bin/Release/*.* nupkg -k $KEY -n -s https://api.nuget.org/v3/index.json --skip-duplicate
57- dotnet nuget push Hosting/NetCord.Hosting/bin/Release/*.* nupkg -k $KEY -n -s https://api.nuget.org/v3/index.json --skip-duplicate
58- dotnet nuget push Hosting/NetCord.Hosting.Services/bin/Release/*.* nupkg -k $KEY -n -s https://api.nuget.org/v3/index.json --skip-duplicate
59- dotnet nuget push Hosting/NetCord.Hosting.AspNetCore/bin/Release/*.* nupkg -k $KEY -n -s https://api.nuget.org/v3/index.json --skip-duplicate
55+ dotnet nuget push NetCord/bin/Release/*.nupkg -k $KEY -s https://api.nuget.org/v3/index.json --skip-duplicate
56+ dotnet nuget push NetCord.Services/bin/Release/*.nupkg -k $KEY -s https://api.nuget.org/v3/index.json --skip-duplicate
57+ dotnet nuget push Hosting/NetCord.Hosting/bin/Release/*.nupkg -k $KEY -s https://api.nuget.org/v3/index.json --skip-duplicate
58+ dotnet nuget push Hosting/NetCord.Hosting.Services/bin/Release/*.nupkg -k $KEY -s https://api.nuget.org/v3/index.json --skip-duplicate
59+ dotnet nuget push Hosting/NetCord.Hosting.AspNetCore/bin/Release/*.nupkg -k $KEY -s https://api.nuget.org/v3/index.json --skip-duplicate
6060
6161 - name : Deploy Documentation
6262
You can’t perform that action at this time.
0 commit comments