From a177b0731ebd2a2346faff970092b060bfff466b Mon Sep 17 00:00:00 2001 From: Christopher Lowenthal Date: Mon, 31 Oct 2022 16:55:14 -0400 Subject: [PATCH] wip: implicitly setting shell to 'sh' in workflow --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de936095d..bfadb9325 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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