Skip to content

Commit

Permalink
Update ci.yml (#363)
Browse files Browse the repository at this point in the history
* Update ci.yml

* Update release.yml
  • Loading branch information
jenschude authored Oct 8, 2024
1 parent a82d998 commit 16a4540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
run: dotnet nuget push "pack/*.nupkg" -k ${GITHUB_TOKEN} -s https://nuget.pkg.github.com/commercetools/index.json --skip-duplicate --no-symbols
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: commercetools.Sdkv2.0.1.0-alpha-${{ github.run_number }}
path: pack
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: dotnet nuget push "pack/*.nupkg" -k ${GITHUB_TOKEN} -s https://nuget.pkg.github.com/commercetools/index.json --skip-duplicate --no-symbols
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: commercetools.Sdkv2.${{ steps.branch_name.outputs.SOURCE_TAG }}
path: pack
Expand Down

0 comments on commit 16a4540

Please sign in to comment.