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 c671c9c commit fb82f1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/describe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: pip install setuptools-git-versioning
- run: setuptools-git-versioning
- run: |
cd navground_py
setuptools-git-versioning
- run: git tag
- run: git describe -all
- run: git describe --tags --dirty

0 comments on commit fb82f1c

Please sign in to comment.