Skip to content

Commit f519500

Browse files
committed
feat: Set fetch-depth to 0 for all checkout steps in release workflow
1 parent 71c6a05 commit f519500

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
6060
with:
6161
path: .repo
62+
fetch-depth: 0
6263
- name: Install Dependencies
6364
run: cd .repo && yarn install --check-files --frozen-lockfile
6465
- name: Create js artifact
@@ -109,6 +110,7 @@ jobs:
109110
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
110111
with:
111112
path: .repo
113+
fetch-depth: 0
112114
- name: Install Dependencies
113115
run: cd .repo && yarn install --check-files --frozen-lockfile
114116
- name: Create java artifact
@@ -160,6 +162,7 @@ jobs:
160162
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
161163
with:
162164
path: .repo
165+
fetch-depth: 0
163166
- name: Install Dependencies
164167
run: cd .repo && yarn install --check-files --frozen-lockfile
165168
- name: Create python artifact
@@ -274,6 +277,7 @@ jobs:
274277
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
275278
with:
276279
path: .repo
280+
fetch-depth: 0
277281
- name: Install Dependencies
278282
run: cd .repo && yarn install --check-files --frozen-lockfile
279283
- name: Create go artifact

0 commit comments

Comments
 (0)