Skip to content

Commit

Permalink
Merge pull request #1035 from zino-hofmann/vincenzopalazzo/release_wo…
Browse files Browse the repository at this point in the history
…rkflow

ci: fixed the release process in the beta branch
  • Loading branch information
vincenzopalazzo authored Feb 13, 2022
2 parents f198147 + a427400 commit 05ca62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05ca62a

Please # to comment.