Skip to content

Commit

Permalink
ci: Print git tags and describe
Browse files Browse the repository at this point in the history
To be able to check that the state of the repo
is as expected after checkout.
  • Loading branch information
abxy committed Jul 11, 2024
1 parent 52e9003 commit 5d730cd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ jobs:
with:
fetch-tags: true

- name: Git Describe
run: |
git describe --tags --always
- name: Git Tags
run: |
git tag -l -n1
- uses: actions/setup-python@v5
with:
python-version: '3.11'
Expand Down

0 comments on commit 5d730cd

Please sign in to comment.