Skip to content

Commit

Permalink
Changed nuget push to explicitly push each version
Browse files Browse the repository at this point in the history
  • Loading branch information
rgvlee committed Apr 24, 2021
1 parent f1a58c7 commit 6f2cf09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ jobs:
- name: Push
run: |
nuget push *.nupkg -Verbosity detailed -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NUGET_API_KEY }}
nuget push EntityFrameworkCore.Testing.Moq*.nupkg -Verbosity detailed -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NUGET_API_KEY }}
nuget push EntityFrameworkCore.Testing.NSubstitute*.nupkg -Verbosity detailed -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NUGET_API_KEY }}

0 comments on commit 6f2cf09

Please sign in to comment.