Skip to content

Commit

Permalink
fixup /
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve committed Nov 21, 2023
1 parent fd450ac commit 00c5f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
IFS=',' read -ra changedCharts <<< "${{ steps.chart_releaser.outputs.changed_charts }}"
for chart in "${changedCharts[@]}"; do
chartName=$(echo "${chart}" | cut -d '\' -f 2)
chartName=$(echo "${chart}" | cut -d '/' -f 2)
echo "= chartName: ${chartName}"
# Retrieve version from Chart.yaml
version=$(yq '.version' "${chart}/Chart.yaml")
Expand Down

0 comments on commit 00c5f47

Please sign in to comment.