From 98e911eb89393720be4aa221ff8f279673366459 Mon Sep 17 00:00:00 2001 From: Mahmoud Shaheen Date: Mon, 3 Jan 2022 00:16:41 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edbd90c..9d5bc99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,9 +122,9 @@ jobs: run: | Get-ChildItem .\ -Filter *.nupkg | Where-Object { !$_.Name.Contains('preview') } | - ForEach-Object { | - Write-Host "Dotnet NuGet Push: $($_.Name)" | - dotnet nuget push $_ --source https://api.nuget.org/v3/index.json --skip-duplicate --api-key ${{secrets.NUGET_API_KEY}} | + ForEach-Object { + Write-Host "Dotnet NuGet Push: $($_.Name)" + dotnet nuget push $_ --source https://api.nuget.org/v3/index.json --skip-duplicate --api-key ${{secrets.NUGET_API_KEY}} } shell: pwsh