Skip to content

Commit

Permalink
Merge pull request #210 from commercetools/Fix-Release
Browse files Browse the repository at this point in the history
Fixing release process
  • Loading branch information
MicheleRezk authored Nov 1, 2021
2 parents ac136e1 + 5875f9e commit d2e32da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d2e32da

Please sign in to comment.