diff --git a/.ci/packaging.groovy b/.ci/packaging.groovy index 77d8c05561f..7d1f9d6027a 100644 --- a/.ci/packaging.groovy +++ b/.ci/packaging.groovy @@ -190,7 +190,7 @@ def tagAndPush(name){ } def tagName = "${libbetaVer}" - if (env.CHANGE_ID?.trim()) { + if (isPR()) { tagName = "pr-${env.CHANGE_ID}" }