From ba9e17e7ebc1cb4f90fdd7ed0b7409018c344721 Mon Sep 17 00:00:00 2001 From: orhun Date: Fri, 18 Jun 2021 03:38:59 +0300 Subject: [PATCH] fix(test): set the fetch-depth to 0 --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fda7816..7649dc5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,6 +9,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Generate a changelog id: git-cliff uses: ./