From 183e745f0b16844172a2b70547c0f44fc730b90b Mon Sep 17 00:00:00 2001 From: Alberto Pagliarini Date: Tue, 9 Jan 2024 16:12:26 +0100 Subject: [PATCH] ci: fix git log deep history (#10) --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d38b3db..a829b14 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,6 +23,8 @@ jobs: - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Use Node.js 20.x uses: actions/setup-node@v4