Skip to content

Commit 5ea7569

Browse files
committed
Fixing release.yml
1 parent 4f90bea commit 5ea7569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
nuget-packages/*.nupkg
5252
nuget-packages/*.snupkg
5353
- name: Push with dotnet
54-
run: dotnet nuget push nuget-packages/*.nupkg --api-key ${{ secrets.nuget_api_key }} --source https://api.nuget.org/v3/index.json
54+
run: dotnet nuget push "nuget-packages/*.nupkg" --api-key ${{ secrets.nuget_api_key }} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)