We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a93ea commit 192f0ccCopy full SHA for 192f0cc
.github/workflows/publish-package.yml
@@ -44,7 +44,7 @@ jobs:
44
run: dotnet pack --no-build --configuration Release --output .
45
46
- name: Publish to nuGet
47
- run: dotnet nuget push **\*.nupkg --source 'https://api.nuget.org/v3/index.json' --api-key ${{secrets.NUGET_TOKEN}} --skip-duplicate
+ run: dotnet nuget push **\*.nupkg --source 'https://api.nuget.org/v3/index.json' --api-key ${{secrets.NUGET__TOKEN}} --skip-duplicate
48
49
- name: Add GitHub NuGet Source
50
run: |
0 commit comments