From 18ad76dbd40e1560907cbb833562fb8e335e0bc1 Mon Sep 17 00:00:00 2001 From: Weiqi Gao Date: Fri, 29 Dec 2023 09:24:51 +0800 Subject: [PATCH] fix --- .github/workflows/update-um-react.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-um-react.yml b/.github/workflows/update-um-react.yml index 9fbda79..0238150 100644 --- a/.github/workflows/update-um-react.yml +++ b/.github/workflows/update-um-react.yml @@ -28,5 +28,6 @@ jobs: with: commit-message: Update um-react to ${{ github.event.client_payload.tag }} - - name: Call build - uses: ./.github/workflows/build-electron.yml + call-build: + uses: ./.github/workflows/build-electron.yml + needs: update-um-react