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

NUGET_KEY not given #14

Closed alexandresanlim closed 4 years ago

alexandresanlim commented 4 years ago

I have set my secrets NUGET_KEY in my project but return me a message "NUGET_KEY not given"

My project info

Secrets settings page: image

My publish config: https://github.com/infinitussolutions/InfinitusApp.Client.Net/blob/master/.github/workflows/publish.yml

sven-n commented 4 years ago

You probably need to remove the '# ' in front of the setting (line 29).