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 5, 2024
1 parent 9a932c4 commit eca3d89
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 eca3d89

Please sign in to comment.