From 9ffbd34400039ae77477ea31c965217c7e2189bd Mon Sep 17 00:00:00 2001 From: vdovhanych Date: Fri, 23 Jul 2021 23:35:44 +0200 Subject: [PATCH] fix(ci): gh actions set to fetch all history for changelog check --- .github/workflows/prebuild.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/prebuild.yml b/.github/workflows/prebuild.yml index 083528012..bf60f6c74 100644 --- a/.github/workflows/prebuild.yml +++ b/.github/workflows/prebuild.yml @@ -50,5 +50,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.3.4 + with: + fetch-depth: 0 name: "Run check changelog" - run: ./ci/check_changelog.sh