Skip to content

Commit 77b5a61

Browse files
committed
Fixed name of step
1 parent 633ec00 commit 77b5a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: dotnet build --configuration Release
2323
- name: Create the package
2424
run: dotnet pack --configuration Release
25-
- name: Publish the package to GPR
25+
- name: Publish the package to NuGet
2626
run: dotnet nuget push */bin/Release/*.nupkg -k ${{ secrets.NUGET_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate
2727
- name: Publish the package to GPR
2828
run: dotnet nuget push */bin/Release/*.nupkg -k ${{ secrets.GPR_KEY }} -s https://nuget.pkg.github.com/alex8obrien/index.json --skip-duplicate

0 commit comments

Comments
 (0)