github-actions[bot] commited on
Commit
f348f24
·
1 Parent(s): f86f883

Fix(ci): Simplify git fetch command by removing unshallow option

Browse files
Files changed (1) hide show
  1. .github/workflows/build.yml +1 -1
.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 --unshallow --tags
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