mirror of
https://github.com/CarlGao4/um-react-electron.git
synced 2024-11-23 16:12:17 +00:00
Call build after receiving repository_dispatch
This commit is contained in:
parent
3977aa4559
commit
4011e349b3
5
.github/workflows/update-um-react.yml
vendored
5
.github/workflows/update-um-react.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user