removes standalone git describe step

This commit is contained in:
Christopher Lowenthal 2022-10-31 13:11:42 -04:00
parent faf327fcdc
commit a856b91c4e

View file

@ -16,7 +16,6 @@ jobs:
- run: ls -alt
- run: git pull --tags
- run: git tag -l
- run: git describe
- run: |
current=$(git describe --tags | grep -Eo '[0-9]*?\.[0-9]*?\.[0-9]*')
array=($(echo $current | tr '.' '\n'))