mirror of
https://github.com/CarlGao4/um-react-electron.git
synced 2024-11-23 22:02:17 +00:00
Call build after receiving repository_dispatch
This commit is contained in:
parent
3977aa4559
commit
4011e349b3
3
.github/workflows/update-um-react.yml
vendored
3
.github/workflows/update-um-react.yml
vendored
@ -24,6 +24,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Push
|
- name: Push
|
||||||
uses: actions4git/add-commit-push@v1
|
uses: actions4git/add-commit-push@v1
|
||||||
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
commit-message: Update um-react to ${{ github.event.client_payload.tag }}
|
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