From 2a550ffa276f02434bdd6c8c19285609ea635f51 Mon Sep 17 00:00:00 2001 From: Brett McHargue Date: Fri, 3 Nov 2023 13:47:37 +0000 Subject: [PATCH] Use new naming scheme for release candidates --- .github/workflows/azure-deploy-stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-deploy-stage.yml b/.github/workflows/azure-deploy-stage.yml index afe230e5..ff3ed0ff 100644 --- a/.github/workflows/azure-deploy-stage.yml +++ b/.github/workflows/azure-deploy-stage.yml @@ -39,7 +39,7 @@ jobs: - name: Check tag format run: | - echo ${{ inputs.candidate }} | grep -E '^v[0-9]+\.[0-9]+\.[0-9]+$' + echo ${{ inputs.candidate }} | grep -E '^rc[0-9]+\.[0-9]+\.[0-9]+$' # Tag the branch with the release candidate version - name: Tag candidate