Skip to content

Commit

Permalink
Skip Duplicates for Nuget.
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryCordewener committed Jan 3, 2024
1 parent 4592ae5 commit 80ad3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Push nuget package
run: dotnet nuget push "**/*.nupkg" -k ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json
run: dotnet nuget push "**/*.nupkg" --skip-duplicate -k ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json

0 comments on commit 80ad3bb

Please sign in to comment.