wip: cd's into github workspace

This commit is contained in:
Christopher Lowenthal 2022-10-28 11:55:55 -04:00
parent 74aa2480dc
commit 4638b9a99a

View file

@ -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: