File tree Expand file tree Collapse file tree 4 files changed +14
-12
lines changed
Expand file tree Collapse file tree 4 files changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,14 @@ jobs:
1414 strategy :
1515 matrix :
1616 include :
17- - tag : 5.4-RELEASE
18- branch : swift-5.4-release
19- - tag : 5.5-DEVELOPMENT-SNAPSHOT-2021-05-02-a
20- branch : swift-5.5-branch
21- - tag : DEVELOPMENT-SNAPSHOT-2021-04-26-a
22- branch : development
17+ - branch : swift-5.4-release
18+ tag : 5.4-RELEASE
19+
20+ - branch : swift-5.5-branch
21+ tag : 5.5-DEVELOPMENT-SNAPSHOT-2021-05-02-a
22+
23+ - branch : development
24+ tag : DEVELOPMENT-SNAPSHOT-2021-04-26-a
2325
2426 steps :
2527 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 2424 strategy :
2525 matrix :
2626 include :
27- - tag : DEVELOPMENT-SNAPSHOT-2021-05-25-a
28- branch : development
27+ - branch : development
28+ tag : DEVELOPMENT-SNAPSHOT-2021-05-25-a
2929
3030 steps :
3131 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1818 strategy :
1919 matrix :
2020 include :
21- - tag : 5.5-DEVELOPMENT-SNAPSHOT-2021-05-02-a
22- branch : swift- 5.5-branch
21+ - branch : swift- 5.5-branch
22+ tag : 5.5-DEVELOPMENT-SNAPSHOT-2021-05-02-a
2323
2424 steps :
2525 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1414 strategy :
1515 matrix :
1616 include :
17- - tag : 5.5-DEVELOPMENT-SNAPSHOT-2021-05-02-a
18- branch : swift- 5.5-branch
17+ - branch : swift- 5.5-branch
18+ tag : 5.5-DEVELOPMENT-SNAPSHOT-2021-05-02-a
1919
2020 steps :
2121 - uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments