From 0b5743b7297d7aa5a85429a64547e8ae248318f2 Mon Sep 17 00:00:00 2001 From: Gabriele Picco Date: Mon, 26 Feb 2024 13:45:39 +0100 Subject: [PATCH] :green_heart: Fix CI/CD --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7dbeb2e..47ee2a3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,4 +19,4 @@ jobs: dotnet tool install Cake.Tool --version 1.1.0 dotnet tool restore dotnet cake --target=Pack --verbosity=verbose - dotnet nuget push artifacts/packages/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json \ No newline at end of file + dotnet nuget push artifacts/packages/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json --skip-duplicate \ No newline at end of file