Skip to content

Commit

Permalink
skip duplicates on nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
maximn committed Oct 8, 2024
1 parent 7429975 commit e1af9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
run: dotnet pack --configuration Release --no-build --output .

- name: Publish NuGet
run: dotnet nuget push *.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
run: dotnet nuget push *.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate

0 comments on commit e1af9e5

Please sign in to comment.