From c39dedd6f9841345232abff9f0434f774823d312 Mon Sep 17 00:00:00 2001 From: Aleksei Potsetsuev Date: Mon, 16 Sep 2024 03:56:47 +0800 Subject: [PATCH] ci: checkout with full history for github release --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b64b551..88885d5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,6 +60,8 @@ jobs: timeout-minutes: 10 steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - run: corepack enable - uses: actions/setup-node@v4 with: