From 33154f29669c8a820146ced99f0e7b971b249a83 Mon Sep 17 00:00:00 2001 From: Chris Werner Rau Date: Mon, 18 Dec 2023 14:56:58 +0100 Subject: [PATCH] fix(ci): use correct variable --- .github/workflows/release-chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-chart.yaml b/.github/workflows/release-chart.yaml index 01fc5a15a..a90764c76 100644 --- a/.github/workflows/release-chart.yaml +++ b/.github/workflows/release-chart.yaml @@ -41,8 +41,8 @@ jobs: - uses: google-github-actions/release-please-action@v3 with: - path: charts/${{ inputs.chart }} - package-name: ${{ inputs.chart }} + path: charts/${{ needs.getChangedChart.outputs.chart }} + package-name: ${{ needs.getChangedChart.outputs.chart }} command: github-release changelog-types: '[{"type":"feat","section":"Features"},{"type":"fix","section":"Bug Fixes"},{"type":"chore","section":"Miscellaneous Chores"}]' release-type: helm