Skip to content

Commit 5875f9e

Browse files
committed
Fixing release process
1 parent ac136e1 commit 5875f9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6767
- uses: actions/upload-artifact@v2
6868
with:
69-
name: commercetools.Sdkv2.${{ steps.branch_name.outputs.SOURCE_TAG }}
69+
name: commercetools.Sdkv1.${{ steps.branch_name.outputs.SOURCE_TAG }}
7070
path: pack
7171
- name: Push generated packages to NuGet
72-
run: dotnet nuget push "pack/*.nupkg" --api-key ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json --no-symbols true
72+
run: dotnet nuget push "pack/*.nupkg" --api-key ${{ secrets.NUGET_TOKEN_V1 }} -s https://api.nuget.org/v3/index.json --no-symbols true

0 commit comments

Comments
 (0)