mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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:
parent
3a9b8d8b8f
commit
7a7bc274cc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue