From ae0a9cb391a64ce2ae5aadd68121356d2d69c16e Mon Sep 17 00:00:00 2001 From: Lior Banai Date: Wed, 15 Nov 2023 11:51:24 +0200 Subject: [PATCH] remove push to github --- .github/workflows/dotnet-core-desktop.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/dotnet-core-desktop.yml b/.github/workflows/dotnet-core-desktop.yml index b14545a2..ab116bc9 100644 --- a/.github/workflows/dotnet-core-desktop.yml +++ b/.github/workflows/dotnet-core-desktop.yml @@ -75,14 +75,7 @@ jobs: Where-Object { !$_.Name.Contains('preview') } | ForEach-Object { dotnet nuget push $_ --source https://api.nuget.org/v3/index.json --skip-duplicate --api-key ${{secrets.NUGET_CLIENTS_API_KEY}} } shell: pwsh - - - - name: Setup NuGet.exe for use with actions - uses: NuGet/setup-nuget@v1.0.5 - - - name: Add private GitHub registry to NuGet - run: nuget sources add -name "GPR" -Source https://nuget.pkg.github.com/Analogy-LogViewer/index.json -Username Analogy-LogViewer -Password ${{ secrets.GITHUB_TOKEN }} - + concurrency: group: ${{ github.ref }} cancel-in-progress: true