From 55ecf0bbae05300c60de7560fb2b05b2100d8fec Mon Sep 17 00:00:00 2001 From: Marwen Saad <81447893+MarwenSaad@users.noreply.github.com> Date: Thu, 12 Sep 2024 20:42:19 +0100 Subject: [PATCH] Update PublishNugate.yml --- .github/workflows/PublishNugate.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/PublishNugate.yml b/.github/workflows/PublishNugate.yml index b467228..ce2a8b7 100644 --- a/.github/workflows/PublishNugate.yml +++ b/.github/workflows/PublishNugate.yml @@ -48,7 +48,7 @@ jobs: - name: Publish NuGet Packages run: | - dotnet nuget push "./artifacts/*.nupkg" \ - --api-key ${{ secrets.NUGET_SECRET_KEY_TUNNETCOM }} \ - --source "https://api.nuget.org/v3/index.json" \ + dotnet nuget push "./artifacts/*.nupkg" + --api-key ${{ secrets.NUGET_SECRET_KEY_TUNNETCOM }} + --source "https://api.nuget.org/v3/index.json" --skip-duplicate