From 6026c793da5d460cb4261be0f4debb33eeb2b741 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 2 Apr 2021 09:52:11 -0400 Subject: [PATCH] Update sync-release-version.yml --- .github/workflows/sync-release-version.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index c085dde..cdc1c6c 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -9,6 +9,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Bumpversion release version uses: tj-actions/bumpversion@v7.2 id: bumpversion