File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 17
17
uses : " actions/checkout@v4"
18
18
with :
19
19
fetch-depth : 0
20
- run : git fetch --unshallow
21
20
22
21
- name : " Release"
23
22
uses : " laminas/automatic-releases@1.24.0"
41
40
uses : " actions/checkout@v4"
42
41
with :
43
42
fetch-depth : 0
44
- run : git fetch --unshallow
45
43
46
44
- name : " Create Merge-Up Pull Request"
47
45
uses : " laminas/automatic-releases@1.24.0"
65
63
uses : " actions/checkout@v4"
66
64
with :
67
65
fetch-depth : 0
68
- run : git fetch --unshallow
69
66
70
67
- name : " Create and/or Switch to new Release Branch"
71
68
uses : " laminas/automatic-releases@1.24.0"
89
86
uses : " actions/checkout@v4"
90
87
with :
91
88
fetch-depth : 0
92
- run : git fetch --unshallow
93
89
94
90
- name : " Bump Changelog Version On Originating Release Branch"
95
91
uses : " laminas/automatic-releases@1.24.0"
@@ -113,7 +109,6 @@ jobs:
113
109
uses : " actions/checkout@v4"
114
110
with :
115
111
fetch-depth : 0
116
- run : git fetch --unshallow
117
112
118
113
- name : " Create new milestones"
119
114
uses : " laminas/automatic-releases@1.24.0"
You can’t perform that action at this time.
0 commit comments