From 43378945af632f1ff82237ffa7e38723b5fd76ab Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Sat, 2 Nov 2024 10:52:11 +0100 Subject: [PATCH] - update to release changelog builder v5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89ad41e1..9e1e85a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -174,7 +174,7 @@ jobs: - name: "Build Changelog" id: github_release - uses: mikepenz/release-changelog-builder-action@v4 + uses: mikepenz/release-changelog-builder-action@v5 with: configuration: "configs/configuration_repo.json" ignorePreReleases: ${{ !contains(github.ref, '-') }}