Skip to content

Commit a77e735

Browse files
committed
feat!: add repository dispatch
1 parent 6b2b582 commit a77e735

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/semver.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,17 @@ jobs:
3232
name: ${{ steps.semver.outputs.next }}
3333
body: Changelog Contents
3434
token: ${{ github.token }}
35+
36+
- name: Repository Dispatch
37+
uses: peter-evans/repository-dispatch@v4
38+
with:
39+
token: ${{ secrets.PAT }}
40+
repository: 3213-cmd/ghaction-receiver
41+
event-type: semver_result
42+
client-payload: |-
43+
{
44+
"result": {
45+
"version": "${{ steps.semver.outputs.next }}"
46+
}
47+
}
48+

0 commit comments

Comments
 (0)