From a4274005b0b4deabfaa2fdc071b7b4c2cb70f767 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Sun, 13 Feb 2022 11:55:56 +0100 Subject: [PATCH] ci: fixed the release process in the beta branch Signed-off-by: Vincenzo Palazzo --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cffce6922..ccdca4bdf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -109,7 +109,7 @@ jobs: - run: name: Bump version numbers command: | - if [[ $CIRCLE_TAG =~ ^.*beta.*$ ]]; then BRANCH=beta; else BRANCH=master; fi + if [[ $CIRCLE_TAG =~ ^.*beta.*$ ]]; then BRANCH=beta; else BRANCH=beta; fi git checkout $BRANCH git add packages/graphql/pubspec.yaml packages/graphql_flutter/pubspec.yaml