From a172bf73fce5c674f93cf85526b112c36cf5136a Mon Sep 17 00:00:00 2001 From: Haard Shah Date: Wed, 26 Jun 2024 10:28:43 -0400 Subject: [PATCH] switch pipeline to prod --- .github/workflows/release-azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-azure-pipelines.yml b/.github/workflows/release-azure-pipelines.yml index 48c6a5fa..d082ea11 100644 --- a/.github/workflows/release-azure-pipelines.yml +++ b/.github/workflows/release-azure-pipelines.yml @@ -30,7 +30,7 @@ parameters: variables: - name: tags - value: "nonproduction" + value: "production" readonly: true - name: pythonVersion value: 3.10