From 495c1ed4b034cceee54b99a222d41c64d9e7afe6 Mon Sep 17 00:00:00 2001 From: Haard Shah Date: Fri, 28 Jun 2024 09:42:30 -0400 Subject: [PATCH] Switch to prod pipeline --- .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 8549c695..43357674 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