mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-06 16:45:55 +00:00
wip: removes hash bang directive
This commit is contained in:
parent
257148c7cb
commit
044bfbae40
1 changed files with 0 additions and 1 deletions
1
.github/workflows/version.sh
vendored
1
.github/workflows/version.sh
vendored
|
|
@ -1,4 +1,3 @@
|
|||
#!/bin/sh
|
||||
current=$(git describe --tags | grep -Eo '[0-9]*?\.[0-9]*?\.[0-9]*')
|
||||
array=($(echo $current | tr '.' '\n'))
|
||||
array[1]=$((array[1]+1))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue