From ae29a7f303c5033ca64070f11a4329bfab318a14 Mon Sep 17 00:00:00 2001 From: Sergey Berezhnoy Date: Mon, 12 Dec 2022 19:09:01 +0300 Subject: [PATCH] fix: fetch all history in GHA --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3c44bb6..b52e8030 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,9 @@ jobs: steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 + - uses: actions/setup-node@v3 with: node-version: 18