diff --git a/.github/actions/tag-release/action.yml b/.github/actions/tag-release/action.yml index 07bd633..58dd3e2 100644 --- a/.github/actions/tag-release/action.yml +++ b/.github/actions/tag-release/action.yml @@ -92,6 +92,7 @@ runs: id: github-release uses: mikepenz/release-changelog-builder-action@v5 with: + mode: "COMMIT" configuration: ${{ inputs.changelog-config-file }} path: "./${{ inputs.changelog-path }}" fromTag: ${{ steps.get-latest-release.outputs.latest-release }}