Skip to content

Commit eb78f93

Browse files
committed
.github/workflows/01-make-dist.yml: fix commit identification by always having master branch fetched
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent fd71c93 commit eb78f93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
# Make build identification more useful (so we use no fallbacks in script)
8585
- name: Try to get more Git metadata
8686
run: |
87+
git fetch origin master || true
8788
git describe || {
8889
git remote -v || true
8990
git branch -a || true

0 commit comments

Comments
 (0)