From 90634626196c1e9bc6910196814bc9cef006b124 Mon Sep 17 00:00:00 2001 From: mitchelbaker-cisa <149098823+mitchelbaker-cisa@users.noreply.github.com> Date: Mon, 26 Feb 2024 12:24:26 -0800 Subject: [PATCH] Update build_release.yaml --- .github/workflows/build_release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_release.yaml b/.github/workflows/build_release.yaml index 63b6a729..73425cea 100644 --- a/.github/workflows/build_release.yaml +++ b/.github/workflows/build_release.yaml @@ -29,7 +29,7 @@ jobs: with: toTag: "release-${{ inputs.version }}" #toTag: ${{ github.ref }} - configuration: "configuration.json" + configuration: ".github/changelog-configuration.json" failOnError: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}