Skip to content

Commit 2fe9d33

Browse files
committed
fix: type as list
1 parent 5b2825c commit 2fe9d33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Create new Release
22

33
on:
44
repository_dispatch:
5-
types: perform-release
5+
types: [perform-release]
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)