Skip to content

Commit 3ddf84f

Browse files
authored
Update pre-release.yml
1 parent 982a19d commit 3ddf84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
nuget-packages/*.nupkg
5555
nuget-packages/*.snupkg
5656
- name: Push with dotnet
57-
run: dotnet nuget push nuget-packages/*.nupkg --api-key ${{ secrets.nuget_api_key }} --source https://api.nuget.org/v3/index.json
57+
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)