Skip to content

Commit

Permalink
fix(ci): use correct variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau committed Dec 18, 2023
1 parent 4da5443 commit 33154f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33154f2

Please sign in to comment.