diff --git a/build/azure-pipelines/publish-types/publish-types.yml b/build/azure-pipelines/publish-types/publish-types.yml index 3831762e99e..f557e56279e 100644 --- a/build/azure-pipelines/publish-types/publish-types.yml +++ b/build/azure-pipelines/publish-types/publish-types.yml @@ -20,7 +20,7 @@ steps: - bash: | TAG_VERSION=$(git describe --tags `git rev-list --tags --max-count=1`) - CHANNEL="G1C14HJ2F" + CHANNEL="C1C14HJ2F" if [ "$TAG_VERSION" == "1.999.0" ]; then MESSAGE=". Someone pushed 1.999.0 tag. Please delete it ASAP from remote and local."