mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
wip: reverts to using the verison shell script
This commit is contained in:
parent
b9da4850da
commit
7b1d8024f5
1 changed files with 2 additions and 5 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
|
@ -14,11 +14,8 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
- run: echo $(git describe --tags)
|
||||
- run: |
|
||||
current=$(git describe --tags | grep -Eo '[0-9]*?\.[0-9]*?\.[0-9]*')
|
||||
array=($(echo $current | tr '.' '\n'))
|
||||
array[2]=$((array[2]+1))
|
||||
echo "version=$(IFS="." ; echo "${array[*]}")" >> $GITHUB_OUTPUT
|
||||
- run: echo $(./github/workflows/version.sh)
|
||||
- run: echo "version=$(./github/workflows/version.sh)" >> $GITHUB_OUTPUT
|
||||
|
||||
build-lattice:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue