Fetch entire git history so tag can be extracted

This commit is contained in:
suchmememanyskill
2024-02-09 21:28:17 +01:00
parent 4fe6f3e975
commit 8ff2be168e
2 changed files with 4 additions and 1 deletions

View File

@@ -12,6 +12,9 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/cache@v3 - uses: actions/cache@v3
with: with:
path: | path: |

2
ci.py
View File

@@ -5,7 +5,7 @@ BASE_DIR = os.getcwd()
def get_manifest(base_path : str, device_name : str): def get_manifest(base_path : str, device_name : str):
return { return {
"name": f"CYD-Klipper for {device_name}", "name": f"to {device_name}",
"new_install_prompt_erase": True, "new_install_prompt_erase": True,
"builds": [ "builds": [
{ {