Skip to content

Commit b77715a

Browse files
committed
ci: fetch-depth for correct patch version
1 parent 0a86347 commit b77715a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14+
with:
15+
fetch-depth: 0
1416

1517
- uses: actions/setup-java@v4
1618
with:
@@ -58,6 +60,8 @@ jobs:
5860
contents: write
5961
steps:
6062
- uses: actions/checkout@v4
63+
with:
64+
fetch-depth: 0
6165

6266
- uses: actions/setup-java@v4
6367
with:

0 commit comments

Comments
 (0)