diff --git a/.github/workflows/deploy-app.yml b/.github/workflows/deploy-app.yml index bc98218c70..c94cb63043 100644 --- a/.github/workflows/deploy-app.yml +++ b/.github/workflows/deploy-app.yml @@ -51,6 +51,9 @@ jobs: - name: Install Dependencies run: pnpm install --frozen-lockfile + - name: Update build info + run: pnpm run chore:update-build-info + - name: Trigger build of app run: pnpm --filter=client-standalone build