Skip to content

Commit 468b007

Browse files
committed
Fix error
1 parent 2ae2865 commit 468b007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ jobs:
104104
path: dist
105105

106106
- name: Publish NuGet Packages
107-
run: >
107+
run: |
108108
dotnet nuget push dist/*.nupkg --skip-duplicate --source ${{ vars.NUGET_SOURCE }} --api-key ${{ secrets.NUGET_API_KEY }}
109109
dotnet nuget push dist/*.snupkg --skip-duplicate --source ${{ vars.NUGET_SOURCE }} --api-key ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)