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
This commit is contained in:
Joey Perrott 2025-09-24 14:43:39 +00:00 committed by Jessica Janiuk
parent 3a9b8d8b8f
commit 7a7bc274cc

View file

@ -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: