From 13f585f30c8dc4e0c1d9ec74cba8a2db8309bc5c Mon Sep 17 00:00:00 2001 From: Dave Kerr Date: Fri, 28 Apr 2023 15:52:32 +0800 Subject: [PATCH] build: correct nuget api key --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6fcf09b..edbdea5 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -61,5 +61,5 @@ jobs: # we can deploy. - name: Publish run: nuget push ./artifacts/packages/*.nupkg -Source 'https://api.nuget.org/v2/index.json' -ApiKey ${{secrets.NUGET_API_KEY}} - if: ${{ steps.release.outputs.release_created }} - + # temporarily always publish to test new api key + # if: ${{ steps.release.outputs.release_created }}