From 7a7bc274cce052fdcef4cc3f4f573baab90b1dfe Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Wed, 24 Sep 2025 14:43:39 +0000 Subject: [PATCH] ci: use release config when deploying adev (#64030) Use the release config when deploying to adev to ensure that the version stamping is in place and correct PR Close #64030 --- .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 de4707ad6e0..a9f85ac479c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -204,7 +204,7 @@ jobs: - name: Install node modules run: pnpm install --frozen-lockfile - name: Build adev - run: pnpm bazel build //adev:build.production + run: pnpm bazel build //adev:build.production --config=release - name: Deploy to firebase uses: ./.github/actions/deploy-docs-site with: