Skip to content

Commit

Permalink
Update describe.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeguzzi committed Dec 18, 2024
1 parent c777ad7 commit c671c9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/describe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-tags: true
- uses: actions/setup-python@v5
- run: pip install setuptools-git-versioning
- run: setuptools-git-versioning
- run: git tag
- run: git describe --tags --dirty

0 comments on commit c671c9c

Please sign in to comment.