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 2ae2865 commit 468b007Copy full SHA for 468b007
.github/workflows/build.yml
@@ -104,6 +104,6 @@ jobs:
104
path: dist
105
106
- name: Publish NuGet Packages
107
- run: >
+ run: |
108
dotnet nuget push dist/*.nupkg --skip-duplicate --source ${{ vars.NUGET_SOURCE }} --api-key ${{ secrets.NUGET_API_KEY }}
109
dotnet nuget push dist/*.snupkg --skip-duplicate --source ${{ vars.NUGET_SOURCE }} --api-key ${{ secrets.NUGET_API_KEY }}
0 commit comments