Skip to content

Commit b977884

Browse files
fix(ci): revert fetch-depth to 0 — NBGV requires full git history for version computation
Agent-Logs-Url: https://github.com/winnerspiros/osu/sessions/1eaec755-4862-4a45-a4e9-3ab598e3840d Co-authored-by: winnerspiros <1675249+winnerspiros@users.noreply.github.com>
1 parent 94c68da commit b977884

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v6
1818
with:
1919
submodules: recursive
20-
fetch-depth: 1
20+
fetch-depth: 0
2121

2222
- name: Install .NET 10.0.x
2323
uses: actions/setup-dotnet@v5
@@ -94,7 +94,7 @@ jobs:
9494
uses: actions/checkout@v6
9595
with:
9696
submodules: recursive
97-
fetch-depth: 1
97+
fetch-depth: 0
9898

9999
- name: Install .NET 10.0.x
100100
uses: actions/setup-dotnet@v5
@@ -172,7 +172,7 @@ jobs:
172172
uses: actions/checkout@v6
173173
with:
174174
submodules: recursive
175-
fetch-depth: 1
175+
fetch-depth: 0
176176

177177
- name: Setup JDK 11
178178
uses: actions/setup-java@v5
@@ -207,7 +207,7 @@ jobs:
207207
uses: actions/checkout@v6
208208
with:
209209
submodules: recursive
210-
fetch-depth: 1
210+
fetch-depth: 0
211211

212212
- name: Install .NET 10.0.x
213213
uses: actions/setup-dotnet@v5

0 commit comments

Comments
 (0)