We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git describe
1 parent 30d5eaa commit 4461767Copy full SHA for 4461767
1 file changed
.github/workflows/01-make-dist.yml
@@ -109,6 +109,7 @@ jobs:
109
pwd ; ls -la
110
git log -2 || true
111
git tag || true
112
+ git describe || git fetch --all
113
git describe || true
114
115
- name: Debug gitlog2version processing
0 commit comments