Skip to content

Commit 0478576

Browse files
authored
Update CreateSignNuGet.yml
1 parent 8bd1c54 commit 0478576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CreateSignNuGet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,5 @@ jobs:
107107

108108
- name: Push to NuGet.org
109109
run: |
110-
dotnet nuget push "${{ steps.findcreatednuget.outputs.nugetPackageName }}" --api-key ${{ secrets.NUGETAPI }} --source https://api.nuget.org/v3/index.json
110+
dotnet nuget push "${{ steps.findcreatednuget.outputs.nugetPackageName }}" --api-key ${{ secrets.NUGETAPIKEY }} --source https://api.nuget.org/v3/index.json
111111
shell: bash

0 commit comments

Comments
 (0)