From 58833c84d28fca7b59c88eb8a7922327e734d6ce Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 4 Jul 2023 18:20:37 -0600 Subject: [PATCH] Update sync-release-version.yml --- .github/workflows/sync-release-version.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index ccbdad1..256c1b2 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -21,10 +21,8 @@ jobs: only_major: true paths: | README.md - - name: Generate CHANGELOG - uses: tj-actions/github-changelog-generator@v1.19 - with: - output: 'HISTORY.md' + - name: Run git-cliff + uses: tj-actions/git-cliff@v1 - name: Create Pull Request uses: peter-evans/create-pull-request@v5.0.2 with: