Skip to content

Commit 3777746

Browse files
committed
Merge branch 'master' of github.com:raphaabreu/SimpleConcepts.Extensions.Caching
2 parents 03baad4 + 3ddf84f commit 3777746

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)