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

Add ability to specify PACKAGE_NAME #12

Closed Deadpikle closed 4 years ago

Deadpikle commented 4 years ago

This PR adds the capability to specify a package name for checking versions on NuGet. It's not required, and if it's not set, the old behavior is used, so this shouldn't be a breaking change.

Thanks!

Closes #11

brandedoutcast commented 4 years ago

Thanks for this PR 🎉