Skip to content

Commit 7d63c21

Browse files
Fix step names
Fix copy-pasta job step names.
1 parent b7cd5eb commit 7d63c21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)