Skip to content

Commit 3b4a985

Browse files
committed
Update split repo
1 parent 9b53c6a commit 3b4a985

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/split.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
branches:
66
- main
77
tags:
8-
- 'cloud/[0-9]*'
9-
- 'cloud-ops/[0-9]*'
8+
- "cloud/[0-9]*"
9+
- "cloud-ops/[0-9]*"
1010
workflow_dispatch:
1111

1212
jobs:
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
package:
19-
- name: cloud
19+
- name: cloud-plugin
2020
path: packages/cloud
2121
prefix: cloud/
2222
- name: cloud-ops
@@ -53,8 +53,8 @@ jobs:
5353
package_directory: ${{ matrix.package.path }}
5454
repository_organization: craftcms
5555
repository_name: ${{ matrix.package.name }}
56-
user_name: 'craftcms'
57-
user_email: 'github@craftcms.com'
56+
user_name: "craftcms"
57+
user_email: "github@craftcms.com"
5858
tag: ${{ steps.tag.outputs.tag }}
5959
env:
6060
GITHUB_TOKEN: ${{ secrets.CLOUD_SPLIT_REPO_TOKEN }}

0 commit comments

Comments
 (0)