Skip to content

Commit

Permalink
Add --skip-duplicate option
Browse files Browse the repository at this point in the history
  • Loading branch information
myd7349 committed Jul 21, 2024
1 parent 891ba5c commit 3f2675f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
name: nuget-packages
- name: Push NuGet packages
run: |
dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
dotnet nuget push **/*.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
- name: Release
uses: softprops/action-gh-release@v2
env:
Expand Down

0 comments on commit 3f2675f

Please sign in to comment.