Skip to content

Commit f6d2331

Browse files
authored
debug: git describe not working properly
1 parent 388bfd4 commit f6d2331

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ jobs:
9797
uses: actions/checkout@v2
9898
with:
9999
fetch-depth: 100
100+
101+
- name: debug
102+
run: |
103+
git rev-list --tags --skip=0 --max-count=1
104+
git describe --abbrev=0 --tags
100105
101106
- name: Build Changelog
102107
id: github_release_build

0 commit comments

Comments
 (0)