Skip to content

Commit 192f0cc

Browse files
author
Jake Soenneker
committed
cleanup
1 parent f9a93ea commit 192f0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: dotnet pack --no-build --configuration Release --output .
4545

4646
- 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
47+
run: dotnet nuget push **\*.nupkg --source 'https://api.nuget.org/v3/index.json' --api-key ${{secrets.NUGET__TOKEN}} --skip-duplicate
4848

4949
- name: Add GitHub NuGet Source
5050
run: |

0 commit comments

Comments
 (0)