mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-10 15:01:03 +00:00
wip: skipping dry run of version.sh
This commit is contained in:
parent
bed4f11d43
commit
257148c7cb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -14,8 +14,8 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
- run: echo $(git describe --tags)
|
||||
- run: .github/workflows/version.sh
|
||||
- run: echo "version=$(sh .github/workflows/version.sh)" >> $GITHUB_OUTPUT
|
||||
# - run: .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