Skip to content

Commit 6204869

Browse files
committed
build(release): add release events
1 parent 06dd69d commit 6204869

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

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

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

79
jobs:
810
release:

0 commit comments

Comments
 (0)