Skip to content

Commit 2fe9d33

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
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)