Merge pull request #2671 from stevehipwell/fix-chart-ci

Fix CI release notes generation
This commit is contained in:
Kubernetes Prow Robot 2022-03-30 00:48:26 -07:00 committed by GitHub
commit 6d7f465062
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: |