From 466afeda0fc57f8aeb86b1bf22bc4aeca840c6ba Mon Sep 17 00:00:00 2001 From: Yury Glushkov Date: Thu, 23 Apr 2020 13:06:42 +0300 Subject: [PATCH] Release workflow fixed --- .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 cc3f572..21783f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,7 +90,7 @@ jobs: if: env.RELEASE_CLIENT == 'true' || env.RELEASE_CONTRACT == 'true' env: API_KEY: ${{ secrets.NUGET_ORG_API_KEY }} - run: dotnet nuget push ./packages/*.nupkg --source https://api.nuget.org/v3/index.json --api-key $API_KEY + run: dotnet nuget push ./packages/**/*.nupkg --source https://api.nuget.org/v3/index.json --api-key $API_KEY # Create next release draft - name: Create next release draft