Skip to content

Commit b41233f

Browse files
committed
Enable Web Hook trigger for package release
1 parent f444a8d commit b41233f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Publish Release Packages
22

33
on:
44
release:
5-
types: [published, edited]
5+
types: [published]
6+
repository_dispatch:
7+
types: [publish-packages]
68

79
jobs:
810

0 commit comments

Comments
 (0)