Skip to content

Commit

Permalink
Merge branch 'master' of github.com:raphaabreu/SimpleConcepts.Extensi…
Browse files Browse the repository at this point in the history
…ons.Caching
  • Loading branch information
raphaabreu committed Oct 13, 2020
2 parents 03baad4 + 3ddf84f commit 3777746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
nuget-packages/*.nupkg
nuget-packages/*.snupkg
- name: Push with dotnet
run: dotnet nuget push nuget-packages/*.nupkg --api-key ${{ secrets.nuget_api_key }} --source https://api.nuget.org/v3/index.json
run: dotnet nuget push "nuget-packages/*.nupkg" --api-key ${{ secrets.nuget_api_key }} --source https://api.nuget.org/v3/index.json

0 comments on commit 3777746

Please sign in to comment.