From 535338b4b01e1df73307aed9bd75881b8362a19b Mon Sep 17 00:00:00 2001 From: Marcin Ochman <55946922+marcin-ochman@users.noreply.github.com> Date: Fri, 28 Jun 2024 11:58:12 +0200 Subject: [PATCH] Fetching all commits in actions/checkout --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c20faee..f05c5b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,6 +33,7 @@ jobs: steps: - uses: actions/checkout@v3 with: + fetch-depth: 0 submodules: recursive - name: Python Semantic Release Manual