From 2794f0c7f957d88bf9028613ee9f2a701eb2a06c Mon Sep 17 00:00:00 2001 From: Tae Won Ha Date: Sun, 3 Dec 2023 11:54:35 +0100 Subject: [PATCH] Fix set version script --- bin/set_new_versions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}."