ci: get full repo history for VERSION generating

This commit is contained in:
283375 2023-11-09 21:53:55 +08:00
parent d63d2f0d8b
commit 1ca868cfc6
Signed by: 283375
SSH Key Fingerprint: SHA256:UcX0qg6ZOSDOeieKPGokA5h7soykG61nz2uxuQgVLSk
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,8 @@ jobs:
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: '3.11'

View File

@ -6,6 +6,8 @@ jobs:
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: '3.11'