Update publish.yml

This commit is contained in:
2021-02-13 13:32:08 -05:00
committed by GitHub
parent 34741fb92b
commit 7336e38bf5
+1 -1
View File
@@ -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