Skip to content

Commit 55fbfd0

Browse files
committed
fixed workflow
1 parent 0581d4d commit 55fbfd0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release-v1-beta-core.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ name: Release CLI Core (v1 Beta)
22

33
on:
44
workflow_run:
5-
workflows: ['Release CLI Platform Plugins (v1 Beta)']
5+
workflows:
6+
- Release CLI Platform Plugins (v1 Beta)
67
types:
78
- completed
8-
branches: [v1-beta]
9+
branches:
10+
- v1-beta
911

1012
jobs:
1113
build:

0 commit comments

Comments
 (0)