From e3401df656e40f38ec510fabf1cccb3d15098825 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 16 Jan 2024 10:04:37 +0000 Subject: [PATCH] Update CI --- .github/workflows/nuget-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nuget-push.yml b/.github/workflows/nuget-push.yml index bae93b6..b941e97 100644 --- a/.github/workflows/nuget-push.yml +++ b/.github/workflows/nuget-push.yml @@ -42,4 +42,4 @@ jobs: run: dotnet pack -c Release src/The49.Maui.BottomSheet.csproj - name: Publish - run: nuget src/bin/Release/*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}} + run: nuget push src/bin/Release/*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}}