From dc0516493f665d64ed7a6e8eb7be51bf746ef924 Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Fri, 11 Nov 2022 11:54:31 +0100 Subject: [PATCH] specify nuget source --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a83569..e72064e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,4 +20,4 @@ jobs: - name: Pack run: dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output . - name: Push - run: dotnet nuget push ViteProxy.${VERSION}.nupkg --api-key ${{ secrets.NUGET_PUSH_API_KEY }} \ No newline at end of file + run: dotnet nuget push ViteProxy.${VERSION}.nupkg -s https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_PUSH_API_KEY }} \ No newline at end of file