mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 08:10:50 +00:00
removes standalone git describe step
This commit is contained in:
parent
faf327fcdc
commit
a856b91c4e
1 changed files with 0 additions and 1 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -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'))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue