diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1e9a848..f615da2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,7 +35,7 @@ jobs: # Format of the git tag, [*] gets replaced with actual version #TAG_FORMAT: # optional, default is v* # API key to authenticate with NuGet server - NUGET_KEY: ${{secrets.NUGET_API_KEY}} + NUGET_KEY: ${{secrets.NUGET_KEY}} # NuGet server uri hosting the packages, defaults to https://api.nuget.org #NUGET_SOURCE: # optional, default is https://api.nuget.org # Flag to toggle pushing symbols along with nuget package to the server, disabled by default