Skip to content

Commit cf7700f

Browse files
committed
Exp: try to fix Merge-Up
1 parent adb2c57 commit cf7700f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/release-on-milestone-closed.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
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"
@@ -36,6 +39,9 @@ jobs:
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"
@@ -57,6 +63,9 @@ jobs:
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"
@@ -80,6 +89,7 @@ jobs:
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"

0 commit comments

Comments
 (0)