From 44941ce667db1acad34d9fd4230d5063095de60f Mon Sep 17 00:00:00 2001 From: Marwen Saad <81447893+MarwenSaad@users.noreply.github.com> Date: Thu, 12 Sep 2024 20:47:24 +0100 Subject: [PATCH] Update PublishNugate.yml --- .github/workflows/PublishNugate.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/PublishNugate.yml b/.github/workflows/PublishNugate.yml index 60a28ed..db61ad4 100644 --- a/.github/workflows/PublishNugate.yml +++ b/.github/workflows/PublishNugate.yml @@ -47,8 +47,4 @@ jobs: done - 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" - --skip-duplicate + run: dotnet nuget push "./artifacts/*.nupkg" --api-key ${{ secrets.NUGET_SECRET_KEY_TUNNETCOM }} --source "https://api.nuget.org/v3/index.json" --skip-duplicate