Skip to content

Commit 4461767

Browse files
committed
.github/workflows/01-make-dist.yml: pull whole repo if git describe fails [#1400]
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent 30d5eaa commit 4461767

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/01-make-dist.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ jobs:
109109
pwd ; ls -la
110110
git log -2 || true
111111
git tag || true
112+
git describe || git fetch --all
112113
git describe || true
113114
114115
- name: Debug gitlog2version processing

0 commit comments

Comments
 (0)