Call build after receiving repository_dispatch

This commit is contained in:
Weiqi Gao 2023-12-29 09:20:12 +08:00 committed by GitHub
parent 3977aa4559
commit 4011e349b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,9 @@ jobs:
- name: Push
uses: actions4git/add-commit-push@v1
continue-on-error: true
with:
commit-message: Update um-react to ${{ github.event.client_payload.tag }}
- name: Call build
uses: ./.github/workflows/build-electron.yml