Skip to content

Commit

Permalink
Fetch entire git history so tag can be extracted
Browse files Browse the repository at this point in the history
  • Loading branch information
suchmememanyskill committed Feb 9, 2024
1 parent 4fe6f3e commit 8ff2be1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: actions/cache@v3
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

def get_manifest(base_path : str, device_name : str):
return {
"name": f"CYD-Klipper for {device_name}",
"name": f"to {device_name}",
"new_install_prompt_erase": True,
"builds": [
{
Expand Down

0 comments on commit 8ff2be1

Please sign in to comment.