From 000c0b68337ef6c41c798b5b83732057d1e0ce17 Mon Sep 17 00:00:00 2001 From: hkutluay Date: Fri, 13 May 2022 22:24:42 +0300 Subject: [PATCH] fix for nuget publish --- .github/workflows/publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c90c847..65d4c6e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,8 +13,6 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: 6.0.x - - name: Add Nuget source - run: dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org --configfile $env:APPDATA\NuGet\NuGet.Config - name: Build with dotnet run: dotnet build --configuration Release