We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cad1fc commit 8b84bf2Copy full SHA for 8b84bf2
1 file changed
.github/workflows/build-test-publish.yml
@@ -51,7 +51,8 @@ jobs:
51
path: ~/nuget-packages
52
53
- 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
+ run: |
+ dotnet nuget push ~/nuget-packages/*.nupkg \
+ --source https://api.nuget.org/v3/index.json \
+ --api-key ${{ secrets.NUGET_API_KEY }} \
58
+ --skip-duplicate
0 commit comments