Fetch all history for all tags and branches

This commit is contained in:
Stefan Allius
2024-08-09 23:08:12 +02:00
parent d8aee5f789
commit 416fe16609

View File

@@ -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: