From 416fe166099f8f0265db5230dbdef2dec0ea1d6b Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Fri, 9 Aug 2024 23:08:12 +0200 Subject: [PATCH] Fetch all history for all tags and branches --- .github/workflows/python-app.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 2cc2f93..9061986 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -37,6 +37,8 @@ jobs: timezoneMacos: "Europe/Berlin" timezoneWindows: "Europe/Berlin" - uses: actions/checkout@v4 + with: + fetch-depth: 0 # Fetch all history for all tags and branches - name: Set up Python 3.12 uses: actions/setup-python@v5 with: