mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
wip: cd's into github workspace
This commit is contained in:
parent
74aa2480dc
commit
4638b9a99a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -7,6 +7,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: cd $GITHUB_WORKSPACE
|
||||
- run: sh .github/workflows/version.sh
|
||||
- run: echo "::set-output version=$(sh .github/workflows/version.sh)"
|
||||
|
||||
build-featurebase:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue