mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
sets fetch-depth to 0 for verison script
This commit is contained in:
parent
e616fbd800
commit
17512ec838
1 changed files with 2 additions and 4 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -11,10 +11,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: pwd
|
||||
- run: ls -alt
|
||||
- run: git pull --tags
|
||||
- run: git tag -l
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- 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