wip: attempting to run shell script

This commit is contained in:
Christopher Lowenthal 2022-10-28 11:59:54 -04:00
parent 4638b9a99a
commit cea52924fa

View file

@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: cd $GITHUB_WORKSPACE
- run: sh .github/workflows/version.sh
- run: echo $(sh .github/workflows/version.sh)
- run: echo "::set-output version=$(sh .github/workflows/version.sh)"
build-featurebase: