We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 973de4e commit dd0e06bCopy full SHA for dd0e06b
1 file changed
.github/workflows/publish-to-nuget.yml
@@ -34,6 +34,6 @@ jobs:
34
run: dotnet pack --configuration Release --no-build --output ./nupkg
35
36
- name: Publish NuGet Package
37
- run: dotnet nuget push ./nupkg/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
+ run: dotnet nuget push ./nupkg/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
38
env:
39
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
0 commit comments