File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 15
15
steps :
16
16
- name : " Checkout"
17
17
uses : " actions/checkout@v4"
18
+ with :
19
+ fetch-depth : 0
20
+ run : git fetch --unshallow
18
21
19
22
- name : " Release"
20
23
uses : " laminas/automatic-releases@1.24.0"
36
39
steps :
37
40
- name : " Checkout"
38
41
uses : " actions/checkout@v4"
42
+ with :
43
+ fetch-depth : 0
44
+ run : git fetch --unshallow
39
45
40
46
- name : " Create Merge-Up Pull Request"
41
47
uses : " laminas/automatic-releases@1.24.0"
57
63
steps :
58
64
- name : " Checkout"
59
65
uses : " actions/checkout@v4"
66
+ with :
67
+ fetch-depth : 0
68
+ run : git fetch --unshallow
60
69
61
70
- name : " Create and/or Switch to new Release Branch"
62
71
uses : " laminas/automatic-releases@1.24.0"
80
89
uses : " actions/checkout@v4"
81
90
with :
82
91
fetch-depth : 0
92
+ run : git fetch --unshallow
83
93
84
94
- name : " Bump Changelog Version On Originating Release Branch"
85
95
uses : " laminas/automatic-releases@1.24.0"
@@ -101,6 +111,9 @@ jobs:
101
111
steps :
102
112
- name : " Checkout"
103
113
uses : " actions/checkout@v4"
114
+ with :
115
+ fetch-depth : 0
116
+ run : git fetch --unshallow
104
117
105
118
- name : " Create new milestones"
106
119
uses : " laminas/automatic-releases@1.24.0"
You can’t perform that action at this time.
0 commit comments