brandedoutcast / publish-nuget

📦 GitHub action to automate publishing NuGet packages when project version changes
https://github.com/marketplace/actions/publish-nuget
MIT License
197 stars 101 forks source link

Use v3-flatcontainer API with lower-case package name #85

Open sven-n opened 2 years ago

sven-n commented 2 years ago

I just stumbled across this issue and had to manually change my PACKAGE_NAME to be lower-case. However, this feels like a workaround, because my package name is actually not lower-case.

See also: https://github.com/NuGet/NuGetGallery/issues/9105