From 475922ed69a990c5e484dec358fdd16fb562410e Mon Sep 17 00:00:00 2001 From: Christopher Lowenthal Date: Mon, 31 Oct 2022 12:21:30 -0400 Subject: [PATCH] wip: sets CI to false for lattice build --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cdc5e9751..5a552ac13 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,8 @@ jobs: build-lattice: runs-on: ubuntu-latest + env: + CI: false steps: - uses: actions/checkout@v3 @@ -24,10 +26,11 @@ jobs: with: node-version: 14 + - run: cd lattice - run: | - cd lattice yarn install yarn build + - run: | mv build ../ cd ../ rm -r lattice