From bdebe16f09a5da4acebc5182eff7b6d6321ba829 Mon Sep 17 00:00:00 2001 From: Christopher Lowenthal Date: Mon, 31 Oct 2022 16:52:52 -0400 Subject: [PATCH] requires version for builds, implicitly runs 'sh' for version.sh --- .github/workflows/release.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3786756e5..de936095d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: