We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac136e1 commit 5875f9eCopy full SHA for 5875f9e
.github/workflows/release.yml
@@ -66,7 +66,7 @@ jobs:
66
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67
- uses: actions/upload-artifact@v2
68
with:
69
- name: commercetools.Sdkv2.${{ steps.branch_name.outputs.SOURCE_TAG }}
+ name: commercetools.Sdkv1.${{ steps.branch_name.outputs.SOURCE_TAG }}
70
path: pack
71
- 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
+ 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