From 3c37324b6cb72b7b2b994a6c340977143d66a8d2 Mon Sep 17 00:00:00 2001 From: Kevin Chang Date: Wed, 18 Aug 2021 15:51:11 -0700 Subject: [PATCH] build(lerna config): updates release CI config to correct version number increment closes #726 --- .github/workflows/release-deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release-deploy.yml b/.github/workflows/release-deploy.yml index c886d484a4..ca75e394ea 100644 --- a/.github/workflows/release-deploy.yml +++ b/.github/workflows/release-deploy.yml @@ -42,6 +42,9 @@ jobs: - name: Clone Sage-Lib Repo uses: actions/checkout@v2 + with: + # pulls all commits (needed for lerna / semantic release to correctly version) + fetch-depth: "0" # Setup Git Credentials to come from the Bot - name: Set Bot Email