Skip to content

Commit 27a3ae7

Browse files
committed
uncommented nuget api key setting
1 parent 6ba6e19 commit 27a3ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# TAG_FORMAT: v*
4343

4444
# API key to authenticate with NuGet server
45-
# NUGET_KEY: ${{secrets.NUGET_API_KEY}}
45+
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
4646

4747
# NuGet server uri hosting the packages, defaults to https://api.nuget.org
4848
# NUGET_SOURCE: https://api.nuget.org

0 commit comments

Comments
 (0)