From 720ba6a5776e8687117603acab16000c0fc8868b Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 4 Apr 2021 10:50:20 -0400 Subject: [PATCH] Updated .github/workflows/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 7f9b55c..a8c48a8 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: Sync release version. uses: tj-actions/sync-release-version@v8 id: sync-release-version