From 885b3f252ed6e3e9a50844b05ae0a19bb37032a8 Mon Sep 17 00:00:00 2001 From: "Michael Mainer (from Dev Box)" <8527305+MIchaelMainer@users.noreply.github.com> Date: Fri, 19 Jun 2026 14:28:26 -0700 Subject: [PATCH] fix: remove quotes from tag in pipeline trigger --- .azure-pipelines/cd-publish-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/cd-publish-python.yml b/.azure-pipelines/cd-publish-python.yml index 2ee82284..fcc0e79d 100644 --- a/.azure-pipelines/cd-publish-python.yml +++ b/.azure-pipelines/cd-publish-python.yml @@ -12,7 +12,7 @@ trigger: # Use the bundle tag as the canonical release marker so this pipeline # runs once per release instead of once per package tag. # This works because the packages have the same version. - - 'microsoft-kiota-bundle-v*' + - microsoft-kiota-bundle-v* pr: none variables: