diff --git a/bin/set_new_versions.sh b/bin/set_new_versions.sh index 15f6823b8..899065d30 100755 --- a/bin/set_new_versions.sh +++ b/bin/set_new_versions.sh @@ -77,7 +77,7 @@ END echo "Release notes" > release-notes.temp.md echo "${output}" > "${bundle_version}-${version_marker}.sh" - echo "${output_exec" > "build_release.temp.sh" + echo "${output_exec}" > "build_release.temp.sh" chmod +x "build_release.temp.sh" echo "### Tag, commit and push with ${tag}."