File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134 with :
135135 dotnet-version : ${{ needs.build.outputs.dotnet-sdk-version }}
136136
137- - name : Push signed NuGet packages to NuGet .org
137+ - name : Push NuGet packages to MyGet .org
138138 run : |
139139 dotnet nuget push "*.nupkg" --api-key ${{ secrets.MYGET_TOKEN }} --skip-duplicate --source https://www.myget.org/F/domaindrivendev/api/v2
140140
@@ -161,6 +161,6 @@ jobs:
161161 with :
162162 dotnet-version : ${{ needs.build.outputs.dotnet-sdk-version }}
163163
164- - name : Push signed NuGet packages to NuGet.org
164+ - name : Push NuGet packages to NuGet.org
165165 run : |
166166 dotnet nuget push "*.nupkg" --api-key ${{ secrets.NUGET_TOKEN }} --skip-duplicate --source https://api.nuget.org/v3/index.json
You can’t perform that action at this time.
0 commit comments