Spaces:
Paused
Paused
github-actions[bot]
commited on
Commit
·
f348f24
1
Parent(s):
f86f883
Fix(ci): Simplify git fetch command by removing unshallow option
Browse files
.github/workflows/build.yml
CHANGED
|
@@ -62,7 +62,7 @@ jobs:
|
|
| 62 |
|
| 63 |
- name: Fetch all tags and history
|
| 64 |
shell: bash
|
| 65 |
-
run: git fetch --prune --
|
| 66 |
|
| 67 |
- name: Generate Build Version
|
| 68 |
id: version
|
|
|
|
| 62 |
|
| 63 |
- name: Fetch all tags and history
|
| 64 |
shell: bash
|
| 65 |
+
run: git fetch --prune --tags
|
| 66 |
|
| 67 |
- name: Generate Build Version
|
| 68 |
id: version
|