wip: implicitly setting shell to 'sh' in workflow

This commit is contained in:
Christopher Lowenthal 2022-10-31 16:55:14 -04:00
parent bdebe16f09
commit a177b0731e

View file

@ -15,7 +15,9 @@ jobs:
fetch-depth: 0
- run: echo $(git describe --tags)
- run: echo $(sh .github/workflows/version.sh)
- run: echo "version=$(sh ./github/workflows/version.sh)" >> $GITHUB_OUTPUT
shell: sh
- run: echo "version=$(sh .github/workflows/version.sh)" >> $GITHUB_OUTPUT
shell: sh
build-lattice:
runs-on: ubuntu-latest