Skip to content

Commit c080e6e

Browse files
authored
chore(auto-release): fix commit changelogs (#3724)
1 parent 47c5cee commit c080e6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/auto-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
env:
5858
BODY: ${{ github.event.comment.body }}
5959
run: |
60+
git fetch origin develop
6061
git checkout origin/develop -- CHANGELOG.md
6162
txt=$(cat CHANGELOG.md)
6263
echo "${txt%%##*}$BODY${txt##*---}" > CHANGELOG.md

0 commit comments

Comments
 (0)