From 7bc5a481749109cdcc53e2b89052dbae4b22bddf Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Fri, 14 Mar 2025 13:44:45 -0400 Subject: [PATCH] Update .github/workflows/changelog.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sébastien Han --- .github/workflows/changelog.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index c58a54467..d25b7dbae 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -19,7 +19,8 @@ jobs: with: ref: main fetch-depth: 0 - - run: python ./scripts/gen-changelog.py + - run: | + python ./scripts/gen-changelog.py - uses: peter-evans/create-pull-request@v7 with: title: 'docs: update CHANGELOG.md for ${{ github.ref_name }}'