From 1cf935a91c674a24bfd8574a0f6994d989cfaccb Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sat, 1 Jun 2024 01:08:10 +0200 Subject: [PATCH] chore(ci): fetch git history for nightly releases resolves #246 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cab88d..eba1977 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - run: corepack enable - uses: actions/setup-node@v4 with: