diff --git a/templates/gitlab-ci-helm.yml b/templates/gitlab-ci-helm.yml
index 1b3ae95c301ff8c58e83dfec20b9a1af02074d64..ad9c2cc81b10b81bc74d3de1a04156fe7f01e990 100644
--- a/templates/gitlab-ci-helm.yml
+++ b/templates/gitlab-ci-helm.yml
@@ -562,7 +562,7 @@ stages:
   function helm_package() {
     rm -f helm-package.env
     # determine chart version to publish (semantic-release integration)
-    if [[ "${SEMREL_INFO_ON}" && "${DOCKER_SEMREL_RELEASE_DISABLED}" != "true" ]]
+    if [[ "${SEMREL_INFO_ON}" && "${HELM_SEMREL_RELEASE_DISABLED}" != "true" ]]
     then
       if [[ -z "${SEMREL_INFO_NEXT_VERSION}" ]]
       then