From a99c8ebb9d83e01717d1a911e75583bd44763be1 Mon Sep 17 00:00:00 2001 From: Kuan Fan Date: Wed, 18 Dec 2024 10:14:38 -0800 Subject: [PATCH] update dev-ci --- .github/workflows/dev-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-ci.yaml b/.github/workflows/dev-ci.yaml index 3a30817ed..a43bb307a 100644 --- a/.github/workflows/dev-ci.yaml +++ b/.github/workflows/dev-ci.yaml @@ -312,6 +312,7 @@ jobs: timeout-minutes: 60 needs: [ + get-version, build-backend, build-frontend, build-celery, @@ -322,7 +323,6 @@ jobs: env: BUILD_SUFFIX: ${{ needs.get-version.outputs.VERSION }} - VERSION: ${{ needs.get-version.outputs.VERSION }} steps: - name: Checkout Manifest repository