mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
fixes directory name typo '.github'
This commit is contained in:
parent
7b1d8024f5
commit
021455416c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
- run: echo $(git describe --tags)
|
||||
- run: echo $(./github/workflows/version.sh)
|
||||
- run: echo $(.github/workflows/version.sh)
|
||||
- run: echo "version=$(./github/workflows/version.sh)" >> $GITHUB_OUTPUT
|
||||
|
||||
build-lattice:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue