From 730b20bf208fee0b902cc6d53714a462f1404ee1 Mon Sep 17 00:00:00 2001 From: Tony Bark Date: Tue, 8 Dec 2020 20:31:33 -0500 Subject: [PATCH] Fixed publish source --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7683c6f..ccdc394 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,6 +36,6 @@ jobs: # API key to authenticate with NuGet server NUGET_KEY: ${{ secrets.GITHUB_TOKEN }} # NuGet server uri hosting the packages, defaults to https://api.nuget.org - NUGET_SOURCE: https://nuget.pkg.github.com/tonytins/index.json + NUGET_SOURCE: https://nuget.pkg.github.com/tonytins/ # Flag to toggle pushing symbols along with nuget package to the server, disabled by default # INCLUDE_SYMBOLS: false