Skip to content

Commit 8b84bf2

Browse files
committed
fix nuget push
1 parent 7cad1fc commit 8b84bf2

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/build-test-publish.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
path: ~/nuget-packages
5252

5353
- name: Push NuGet Package(s)
54-
run: dotnet nuget push ~/nuget-packages/*.nupkg \
55-
--source https://api.nuget.org/v3/index.json \
56-
--api-key ${{ secrets.NUGET_API_KEY }} \
57-
--skip-duplicate
54+
run: |
55+
dotnet nuget push ~/nuget-packages/*.nupkg \
56+
--source https://api.nuget.org/v3/index.json \
57+
--api-key ${{ secrets.NUGET_API_KEY }} \
58+
--skip-duplicate

0 commit comments

Comments
 (0)