Skip to content

Commit

Permalink
Merge pull request #2671 from stevehipwell/fix-chart-ci
Browse files Browse the repository at this point in the history
Fix CI release notes generation
  • Loading branch information
k8s-ci-robot authored Mar 30, 2022
2 parents 836e4fb + 96b9d3b commit 6d7f465
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
shell: bash
run: |
set -euo pipefail
printf '${{ steps.changelog_reader.outputs.changes }}' > charts/external-dns/_release-notes.md
cat <<"EOF" > charts/external-dns/_release-notes.md
${{ steps.changelog_reader.outputs.changes }}
EOF
- name: Configure Git
run: |
Expand Down

0 comments on commit 6d7f465

Please sign in to comment.