Skip to content

Commit 17711a6

Browse files
authored
refactor: yaml format for release trigger in split_monorepo (#154)
Signed-off-by: Tom Carrio <[email protected]>
1 parent 0c3ef58 commit 17711a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/split_monorepo.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: split-monorepo
22
on:
33
release:
4-
types: [published]
4+
types:
5+
- published
56
workflow_dispatch:
67
inputs:
78
tag:

0 commit comments

Comments
 (0)