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: