Skip to content

Commit 7ca039a

Browse files
author
Lucas McDonald
committed
m
1 parent 02c7123 commit 7ca039a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/prod-release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
steps:
2929
- name: Checkout code
3030
uses: actions/checkout@v4
31+
with:
32+
fetch-depth: 0
3133

3234
- name: Setup Node.js 18
3335
uses: actions/setup-node@v4
@@ -51,6 +53,8 @@ jobs:
5153
steps:
5254
- name: Checkout code
5355
uses: actions/checkout@v4
56+
with:
57+
fetch-depth: 0
5458

5559
- name: Setup Node.js 20
5660
uses: actions/setup-node@v4
@@ -71,6 +75,8 @@ jobs:
7175
steps:
7276
- name: Checkout code
7377
uses: actions/checkout@v4
78+
with:
79+
fetch-depth: 0
7480

7581
- name: Setup Node.js 18
7682
uses: actions/setup-node@v4
@@ -91,6 +97,8 @@ jobs:
9197
steps:
9298
- name: Checkout code
9399
uses: actions/checkout@v4
100+
with:
101+
fetch-depth: 0
94102

95103
- name: Setup Node.js 20
96104
uses: actions/setup-node@v4
@@ -116,6 +124,8 @@ jobs:
116124
steps:
117125
- name: Checkout code
118126
uses: actions/checkout@v4
127+
with:
128+
fetch-depth: 0
119129

120130
- name: Setup Node.js 18
121131
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)