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