Add --skip-duplicate

This commit is contained in:
Malte Rosenbjerg 2023-02-17 00:14:23 +01:00
parent daa512c294
commit 8fff02d8d6

View file

@ -19,5 +19,5 @@ jobs:
run: dotnet pack FFMpegCore.sln --output build -c Release
- name: Publish NuGet package
run: dotnet nuget push *.nupkg --source nuget.org --api-key ${{ secrets.NUGET_TOKEN }}
run: dotnet nuget push *.nupkg --skip-duplicate --source nuget.org --api-key ${{ secrets.NUGET_TOKEN }}