Skip to content

Commit 03a6902

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 03a6902

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
pwd ; ls -la
110110
git log -2 || true
111111
git tag || true
112-
git describe || true
112+
git describe || git pull --all
113113
114114
- name: Debug gitlog2version processing
115115
run: bash -x ./tools/gitlog2version.sh || true

0 commit comments

Comments
 (0)