From 0d8ecb22e3ecb5d9cfce507c15c1e0b3d2f1acd6 Mon Sep 17 00:00:00 2001 From: Gerard Gunnewijk Date: Wed, 8 Jul 2020 12:25:04 +0200 Subject: [PATCH] Removed index.json --- .github/workflows/dotnet-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 46cef0d..d36bdb2 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -15,7 +15,7 @@ env: # Project name to pack and publish PROJECT_NAME: Synercoding.FileFormats.Pdf # GitHub Packages Feed settings - GITHUB_FEED: https://nuget.pkg.github.com/synercoder/index.json + GITHUB_FEED: https://nuget.pkg.github.com/synercoder/ GITHUB_USER: synercoder GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Official NuGet Feed settings