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