We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b2774 commit fe5f1a5Copy full SHA for fe5f1a5
.github/workflows/dotnet.yml
@@ -31,4 +31,4 @@ jobs:
31
- name: Pack
32
run: dotnet pack -c Release
33
- name: Publish Github Package
34
- run: dotnet nuget push "bin/Release/Paginator.EntityFrameworkCore.*.nupkg" --source "github"
+ run: dotnet nuget push "bin/Release/Paginator.EntityFrameworkCore.*.nupkg" --source "github" --skip-duplicate
0 commit comments