diff --git a/templates/gitlab-ci-semrel.yml b/templates/gitlab-ci-semrel.yml
index 607ac0638576bb58d82c01a231f40a4e57778b55..94f1d14c411bff3edec036b97ce66eaf2ed23242 100644
--- a/templates/gitlab-ci-semrel.yml
+++ b/templates/gitlab-ci-semrel.yml
@@ -611,7 +611,7 @@ stages:
       yq_version=$(github_get_latest_version mikefarah/yq)
       yq_binary=yq_linux_amd64
       yq_url="https://github.com/mikefarah/yq/releases/download/${yq_version}/${yq_binary}.tar.gz"
-      log_info "Download latest jq version: \\e[32m$yq_url\\e[0m"
+      log_info "Download latest yq version: \\e[32m$yq_url\\e[0m"
       download_file "${yq_url}" "${yq_binary}.tar.gz"
       tar xvf "${yq_binary}.tar.gz"
       mv "${yq_binary}" /usr/bin/yq