diff --git a/.github/workflows/release-process.yml b/.github/workflows/release-process.yml index 5c4d409df..be099e86f 100644 --- a/.github/workflows/release-process.yml +++ b/.github/workflows/release-process.yml @@ -193,22 +193,22 @@ jobs: KAPP_CONTROLLER_IMAGE=$(yq e '.spec.template.spec.containers[] | select(.name == "kapp-controller") | .image' release/release.yml) KAPP_CONTROLLER_PACKAGE_BUNDLE_IMAGE=$(yq e '.spec.template.spec.fetch[0].imgpkgBundle.image' release/package.yml) - RELEASE_NOTES=$(cat < release_notes.txt gh release edit $RELEASE_TAG --notes-file release_notes.txt