Skip to content

Commit 45218fc

Browse files
make YAML more simple
1 parent 1c62035 commit 45218fc

File tree

1 file changed

+22
-24
lines changed

1 file changed

+22
-24
lines changed

.github/workflows/publish.yml

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -18,30 +18,28 @@ jobs:
1818
strategy:
1919
matrix:
2020
language:
21-
[
22-
"en",
23-
"ar",
24-
"bn",
25-
"da",
26-
"de",
27-
"el",
28-
"es",
29-
"fa",
30-
"fr",
31-
"id",
32-
"it",
33-
"ja",
34-
"ko",
35-
"pl",
36-
"pt-BR",
37-
"ro",
38-
"ru",
39-
"tr",
40-
"uk",
41-
"vi",
42-
"zh-CN",
43-
"zh-TW",
44-
]
21+
- "en"
22+
- "ar"
23+
- "bn"
24+
- "da"
25+
- "de"
26+
- "el"
27+
- "es"
28+
- "fa"
29+
- "fr"
30+
- "id"
31+
- "it"
32+
- "ja"
33+
- "ko"
34+
- "pl"
35+
- "pt-BR"
36+
- "ro"
37+
- "ru"
38+
- "tr"
39+
- "uk"
40+
- "vi"
41+
- "zh-CN"
42+
- "zh-TW"
4543
runs-on: ubuntu-latest
4644
steps:
4745
- name: Checkout

0 commit comments

Comments
 (0)