Skip to content

Commit

Permalink
Fixed duplicate error
Browse files Browse the repository at this point in the history
  • Loading branch information
SinoAHpx authored Sep 11, 2022
1 parent 9747f79 commit cbcf84a
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 @@ -51,4 +51,4 @@ jobs:
done
# Push it to source "nuget"
dotnet nuget push $file --api-key ${{ secrets.NUGET_KEY }} --source "nuget"
dotnet nuget push $file --api-key ${{ secrets.NUGET_KEY }} --source "nuget" --skip-duplicate

0 comments on commit cbcf84a

Please sign in to comment.