Skip to content

Commit

Permalink
Skip already published packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gunpuz committed Jul 31, 2024
1 parent 281844b commit 14d6940
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 @@ -33,4 +33,4 @@ jobs:
run: |
$NUGET_PACKAGE_PATH=gci -r -fi *.nupkg | % { $_.FullName }
echo "Nuget package path: $NUGET_PACKAGE_PATH"
dotnet nuget push $NUGET_PACKAGE_PATH --api-key ${{ secrets.NUGET_PAT }} --source https://api.nuget.org/v3/index.json
dotnet nuget push $NUGET_PACKAGE_PATH --api-key ${{ secrets.NUGET_PAT }} --source https://api.nuget.org/v3/index.json --skip-duplicate

0 comments on commit 14d6940

Please sign in to comment.