Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoporro committed Dec 10, 2024
2 parents b0d7eed + 5ead4f5 commit 9d14975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo ${{ steps.extract-version.outputs.version }}
for package in $packages; do
dotnet nuget push $package --source https://api.nuget.org/v3/index.json --api-key $NUGET_API_KEY
dotnet nuget push $package --source https://api.nuget.org/v3/index.json --api-key $NUGET_API_KEY --skip-duplicate
done
env:
Expand Down

0 comments on commit 9d14975

Please sign in to comment.