From a338df16e29745ea11b3a7a0c76454e94db8376d Mon Sep 17 00:00:00 2001 From: Eonasdan Date: Mon, 15 Aug 2022 20:47:03 -0400 Subject: [PATCH] Update nuget.yml --- .github/workflows/nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index db18a9795..0316e1c0f 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -20,4 +20,4 @@ jobs: - name: Push Nuget working-directory: ./src/nuget run: | - nuget push *.nupkg -Source https://api.nuget.org/v3/index.json + nuget push *.nupkg -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NPM_TOKEN }}