From cce10af8236746addcbf4d01200d07b2578dc448 Mon Sep 17 00:00:00 2001 From: Valery Bugakov Date: Wed, 10 Jan 2024 05:00:23 -0800 Subject: [PATCH] DX: add `pnpm -C vscode run release:dry-run` to the CI build check (#2661) - Adds vscode release dry-run command to the CI build check to ensure it always succeeds on main. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3269216a3378..12c7a523e66f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -173,6 +173,7 @@ jobs: - run: pnpm install - run: pnpm run build - run: pnpm -C vscode run build + - run: CODY_RELEASE_TYPE=stable pnpm -C vscode run release:dry-run lint: runs-on: ubuntu-latest