diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 036b82d..e4cc51c 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -61,7 +61,7 @@ jobs: # https://github.com/marketplace/actions/auto-changelog # require commit format are "type(category): description [flag]" - name: Make Changelog - uses: ardalanamini/auto-changelog@v4.0.1 + uses: ardalanamini/auto-changelog@v4.0.2 id : changelog with: github-token : ${{ github.token }}