Skip to content

Commit 440a1bb

Browse files
committed
Fix versioning on CI
1 parent 29c057c commit 440a1bb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v4
30+
with:
31+
fetch-depth: 0
3032
- name: Setup JDK
3133
uses: actions/setup-java@v4
3234
with:

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4
18+
with:
19+
fetch-depth: 0
1820
- name: Setup JDK
1921
uses: actions/setup-java@v4
2022
with:

0 commit comments

Comments
 (0)