diff --git a/automation_tools/pre_build_automation.sh b/automation_tools/pre_build_automation.sh index 96ca9836..476ae315 100755 --- a/automation_tools/pre_build_automation.sh +++ b/automation_tools/pre_build_automation.sh @@ -92,6 +92,7 @@ do tag=$(git ls-remote "$url" | tail -n 1 | cut -f2 | sed 's|refs/tags/||') echo "Tag found: $tag" /bin/sed -i 's^'"$placeholder"'^'"$tag"'^' $rd_manifest + ;; "latestghrelease" ) echo