From 2837b7a04558410c76b8a03de3d16c46ac526b04 Mon Sep 17 00:00:00 2001 From: Haroen Viaene Date: Tue, 6 Dec 2022 16:11:44 +0100 Subject: [PATCH] ci(circle): fix configuration of autorelease task When refactoring this in #5162 this part wasn't run, so it didn't error on CI --- .circleci/config.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e27bfcf35e..946d0cb7ec 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -197,10 +197,9 @@ jobs: <<: *defaults steps: - checkout - - run: *install_yarn_version - - restore_cache: *restore_yarn_cache - - run: *run_yarn_install - - save_cache: *save_yarn_cache + - *install_yarn_version + - *restore_yarn_cache + - *run_yarn_install - run: name: Prepare a pull request for next release command: |