Skip to content

Commit

Permalink
ci(auto-release): update CHANGELOG.md path
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 committed Feb 14, 2025
1 parent 4a20f86 commit a4deaa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
env:
BODY: ${{ github.event.comment.body }}
run: |
txt=$(cat CHANGELOG.md)
echo "${txt%%##*}$BODY${txt##*---}" > CHANGELOG.md
txt=$(cat packages/tdesign-vue-next/CHANGELOG.md)
echo "${txt%%##*}$BODY${txt##*---}" > packages/tdesign-vue-next/CHANGELOG.md
git add .
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
Expand Down

0 comments on commit a4deaa0

Please sign in to comment.