From 7336e38bf5ef0ca33b553e3283efa73ef5ac9ad9 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Sat, 13 Feb 2021 13:32:08 -0500 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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