We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac06bd8 commit 88261bcCopy full SHA for 88261bc
.github/workflows/publishNuGet.yml
@@ -49,4 +49,4 @@ jobs:
49
- name: Publish to NuGet
50
env:
51
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
52
- run: dotnet nuget push ./nupkg/*.nupkg --api-key $
+ run: dotnet nuget push ./nupkg/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json
0 commit comments