From cfafd7745869c96d8ef8f86856ff3c5acd18936d Mon Sep 17 00:00:00 2001 From: Howard Braham Date: Thu, 6 Apr 2023 15:02:05 -0400 Subject: [PATCH] job-publish-prerelease needs the git history --- .circleci/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 51d56c894c49..01ea4f1ce947 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -959,9 +959,7 @@ jobs: job-publish-prerelease: executor: node-browsers steps: - - run: - name: Shallow git clone - command: git clone --depth 1 https://github.com/MetaMask/metamask-extension --branch "$CIRCLE_BRANCH" . + - checkout - attach_workspace: at: . - run: