From 3a32afd04593fbb757e58e2ba8ef50853a06c003 Mon Sep 17 00:00:00 2001 From: trevor-signal <131492920+trevor-signal@users.noreply.github.com> Date: Mon, 21 Aug 2023 19:03:10 -0400 Subject: [PATCH] Disable publish during Linux CI build --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b15eb26ee9..5cb1ad1057 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,7 +144,7 @@ jobs: run: yarn build:esbuild:prod - name: Build with packaging .deb file - run: yarn build:release + run: yarn build:release -- --publish=never if: github.ref == 'refs/heads/main' env: DISABLE_INSPECT_FUSE: on