wip: adds checkout step to version job

This commit is contained in:
Christopher Lowenthal 2022-10-28 11:52:46 -04:00
parent 725e25d978
commit 74aa2480dc

View file

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