From a9bd3d1f26f92e1850749f17bfb0adfc9bd4cd9d Mon Sep 17 00:00:00 2001 From: Andre Baltieri Date: Mon, 15 Feb 2021 15:26:38 -0300 Subject: [PATCH] Pointing to Nuget.org --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e68897a..5462f96 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,4 +24,4 @@ jobs: run: dotnet pack --configuration Release - name: Publish - run: dotnet nuget push "Flunt/bin/Release/*.nupkg" -k ${{ secrets.NUGET_TOKEN }} -s https://nuget.pkg.github.com/flunt/index.json \ No newline at end of file + run: dotnet nuget push "Flunt/bin/Release/*.nupkg" -k ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json \ No newline at end of file