Skip to content

Commit 7222c39

Browse files
committed
ci: Test print tags and describe
1 parent 9a932c4 commit 7222c39

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
with:
2525
fetch-tags: true
2626

27+
- name: Git describe and tag list
28+
run: |
29+
git describe --always
30+
git describe --tags --always
31+
git tag -l -n1
32+
2733
- uses: actions/setup-python@v5
2834
with:
2935
python-version: '3.11'

0 commit comments

Comments
 (0)