Skip to content

Commit 88261bc

Browse files
committed
Fix action
1 parent ac06bd8 commit 88261bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publishNuGet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
- name: Publish to NuGet
5050
env:
5151
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
52-
run: dotnet nuget push ./nupkg/*.nupkg --api-key $
52+
run: dotnet nuget push ./nupkg/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)