From 43cda6157875a52a02a754833f1455c875b80af5 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Wed, 9 Nov 2022 17:37:41 +0100 Subject: [PATCH] Fix the deploy workflow Signed-off-by: Christian Wolf --- .github/actions/deploy/create-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/deploy/create-version.sh b/.github/actions/deploy/create-version.sh index 1ee86d528..7ca114528 100755 --- a/.github/actions/deploy/create-version.sh +++ b/.github/actions/deploy/create-version.sh @@ -10,7 +10,7 @@ fi deploy_path='.github/actions/deploy' stable_branch=$(cat "$deploy_path/stable_name") -master_branch=master +master_branch=main-0.9.x major=$(cat "$deploy_path/major") minor=$(cat "$deploy_path/minor")