requires version for builds, implicitly runs 'sh' for version.sh

This commit is contained in:
Christopher Lowenthal 2022-10-31 16:52:52 -04:00
parent 021455416c
commit bdebe16f09

View file

@ -14,11 +14,12 @@ jobs:
with:
fetch-depth: 0
- run: echo $(git describe --tags)
- run: echo $(.github/workflows/version.sh)
- run: echo "version=$(./github/workflows/version.sh)" >> $GITHUB_OUTPUT
- run: echo $(sh .github/workflows/version.sh)
- run: echo "version=$(sh ./github/workflows/version.sh)" >> $GITHUB_OUTPUT
build-lattice:
runs-on: ubuntu-latest
needs: [version]
env:
CI: false
@ -45,6 +46,7 @@ jobs:
build-featurebase:
runs-on: ubuntu-latest
needs: [version]
strategy:
matrix:
@ -83,6 +85,8 @@ jobs:
build-ingest:
runs-on: ubuntu-latest
needs: [version]
strategy:
matrix:
goos: