Skip to content

Commit c0cd2e4

Browse files
authored
Update dotnet.yml
1 parent 9421294 commit c0cd2e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# Format of the git tag, [*] gets replaced with actual version
4747
#TAG_FORMAT: # optional, default is v*
4848
# API key to authenticate with NuGet server
49-
NUGET_KEY: {{ secrets.NUGET_KEY }}
49+
NUGET_KEY: ${{ secrets.NUGET_KEY }}
5050
# NuGet server uri hosting the packages, defaults to https://api.nuget.org
5151
#NUGET_SOURCE: # optional, default is https://api.nuget.org
5252
# Flag to toggle pushing symbols along with nuget package to the server, disabled by default

0 commit comments

Comments
 (0)