mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 16:15:56 +00:00
wip: adds checkout step to version job
This commit is contained in:
parent
725e25d978
commit
74aa2480dc
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -6,6 +6,7 @@ jobs:
|
|||
version:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: echo "::set-output version=$(sh .github/workflows/version.sh)"
|
||||
|
||||
build-featurebase:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue