Skip to content

Commit

Permalink
Fixing release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaabreu committed Oct 13, 2020
1 parent 4f90bea commit 5ea7569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,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 5ea7569

Please sign in to comment.