diff --git a/.github/actions/update-version/action.yml b/.github/actions/update-version/action.yml index 294f6029b..629d57d65 100644 --- a/.github/actions/update-version/action.yml +++ b/.github/actions/update-version/action.yml @@ -60,6 +60,7 @@ runs: - longhorn version: ${longhorn_version} - neuvector version: ${neuvector_version} + EOF sed -i -n -e "1,/<\!-- Release -->/ p" -e"/<\!-- End Release -->/,$ p" -e "/<\!-- Release -->/ r version.txt" CHANGELOG.md