diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index a22acc50..0628b5dc 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v4 - name: Build Release Notes id: release-notes - uses: mikepenz/release-changelog-builder-action@v5 + uses: mikepenz/release-changelog-builder-action@v6 with: configuration: .github/workflows/config/release-notes.json failOnError: true