TheMagnificent11 / lewee

2 stars 1 forks source link

Fix NuGet push in `build-and-test.yml` #194

Open TheMagnificent11 opened 2 months ago

TheMagnificent11 commented 2 months ago

Recent CI builds on the main branch are failing on the NuGet Push step.

Example

TheMagnificent11 commented 2 months ago
Run dotnet nuget push ./output/*.nupkg --api-key {redacted} --source https://api.nuget.org/v3/index.json --skip-duplicate

...

error: Source parameter was not specified.

The source parameter is specified (https://api.nuget.org/v3/index.json) 🤷

TheMagnificent11 commented 2 months ago

Works on my laptop