mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 09:36:58 +02:00
Merge pull request #2671 from stevehipwell/fix-chart-ci
Fix CI release notes generation
This commit is contained in:
commit
6d7f465062
4
.github/workflows/release-chart.yaml
vendored
4
.github/workflows/release-chart.yaml
vendored
@ -36,7 +36,9 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
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
|
- name: Configure Git
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user