From e1af9e5b6b898658ee4df1d075d8a7244bd8619f Mon Sep 17 00:00:00 2001 From: Max Novak Date: Tue, 8 Oct 2024 21:25:14 +0300 Subject: [PATCH] skip duplicates on nuget --- .github/workflows/nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index c6935c4..62288cf 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -28,4 +28,4 @@ jobs: run: dotnet pack --configuration Release --no-build --output . - name: Publish NuGet - run: dotnet nuget push *.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json + run: dotnet nuget push *.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate