Skip to content

Commit 7f5ca0c

Browse files
authored
Merge pull request #124 from wechaty/dispatch
dispatch
2 parents 7861266 + f2040ce commit 7f5ca0c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/dispatch.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: Send Dispatch
22

3-
on:
3+
on:
44
push:
55
tags:
66
- '*'
7-
release:
8-
types: [ published, created, edited ]
97

108

119
jobs:
@@ -14,10 +12,11 @@ jobs:
1412
runs-on: ubuntu-latest
1513
steps:
1614

17-
# Dispatch to update go-wechaty-getting-started deps.
15+
# Dispatch to update go-wechaty-getting-started deps.
1816
- name: Repository Dispatch
1917
uses: peter-evans/[email protected]
2018
with:
2119
token: ${{ secrets.REPO_ACCESS_TOKEN }}
2220
repository: wechaty/go-wechaty-getting-started
2321
event-type: updatedeps
22+
client-payload: '{"tag":"${{ github.ref_name }}"}'

0 commit comments

Comments
 (0)