From be0e234f22f6eb77b651c499e61af19916effd58 Mon Sep 17 00:00:00 2001 From: Autumn Date: Tue, 25 Jun 2024 14:04:11 -0700 Subject: [PATCH] ci: get all history for a change log generator --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0c0d202..ca20d44 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,6 +71,7 @@ jobs: steps: - uses: actions/checkout@v4 + fetch-depth: 0 - name: Set up Python 3.11 uses: actions/setup-python@v4