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 1515 steps :
1616 - name : " Checkout"
1717 uses : " actions/checkout@v4"
18+ with :
19+ fetch-depth : 0
20+ run : git fetch --unshallow
1821
1922 - name : " Release"
2023 uses : " laminas/automatic-releases@1.24.0"
3639 steps :
3740 - name : " Checkout"
3841 uses : " actions/checkout@v4"
42+ with :
43+ fetch-depth : 0
44+ run : git fetch --unshallow
3945
4046 - name : " Create Merge-Up Pull Request"
4147 uses : " laminas/automatic-releases@1.24.0"
5763 steps :
5864 - name : " Checkout"
5965 uses : " actions/checkout@v4"
66+ with :
67+ fetch-depth : 0
68+ run : git fetch --unshallow
6069
6170 - name : " Create and/or Switch to new Release Branch"
6271 uses : " laminas/automatic-releases@1.24.0"
8089 uses : " actions/checkout@v4"
8190 with :
8291 fetch-depth : 0
92+ run : git fetch --unshallow
8393
8494 - name : " Bump Changelog Version On Originating Release Branch"
8595 uses : " laminas/automatic-releases@1.24.0"
@@ -101,6 +111,9 @@ jobs:
101111 steps :
102112 - name : " Checkout"
103113 uses : " actions/checkout@v4"
114+ with :
115+ fetch-depth : 0
116+ run : git fetch --unshallow
104117
105118 - name : " Create new milestones"
106119 uses : " laminas/automatic-releases@1.24.0"
You can’t perform that action at this time.
0 commit comments