mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-06 08:35:55 +00:00
removes dependency on version step
This commit is contained in:
parent
db445b3136
commit
7f28d12a2b
1 changed files with 1 additions and 4 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -17,8 +17,6 @@ jobs:
|
|||
|
||||
build-lattice:
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- version
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
@ -43,8 +41,7 @@ jobs:
|
|||
|
||||
build-featurebase:
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- version
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
goos:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue