From 5875f9e155ded1586e9116e8bc4638fa14e518d6 Mon Sep 17 00:00:00 2001 From: Michele George Date: Mon, 1 Nov 2021 13:32:36 +0100 Subject: [PATCH] Fixing release process --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be4e676f..34ab8b1a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: actions/upload-artifact@v2 with: - name: commercetools.Sdkv2.${{ steps.branch_name.outputs.SOURCE_TAG }} + name: commercetools.Sdkv1.${{ steps.branch_name.outputs.SOURCE_TAG }} path: pack - name: Push generated packages to NuGet - run: dotnet nuget push "pack/*.nupkg" --api-key ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json --no-symbols true + run: dotnet nuget push "pack/*.nupkg" --api-key ${{ secrets.NUGET_TOKEN_V1 }} -s https://api.nuget.org/v3/index.json --no-symbols true