From 3fc1416ec083bb1efe72cf8fd2ff5dc7a35ba5ee Mon Sep 17 00:00:00 2001 From: Jason Madigan <4467+jasonmadigan@users.noreply.github.com> Date: Thu, 27 Jun 2024 15:22:09 +0100 Subject: [PATCH] Update mike-redeploy.yaml --- .github/workflows/mike-redeploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mike-redeploy.yaml b/.github/workflows/mike-redeploy.yaml index 33d3b628..c9cda286 100644 --- a/.github/workflows/mike-redeploy.yaml +++ b/.github/workflows/mike-redeploy.yaml @@ -5,11 +5,11 @@ on: version: description: 'The version to deploy' required: true - default: '0.7.0' + default: '0.8.0' sourceBranch: description: 'Source Branch' required: true - default: '0.7.x' + default: '0.8' jobs: mike-redeploy: