We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29c057c + 440a1bb commit da513c0Copy full SHA for da513c0
.github/workflows/ci.yml
@@ -27,6 +27,8 @@ jobs:
27
steps:
28
- name: Checkout
29
uses: actions/checkout@v4
30
+ with:
31
+ fetch-depth: 0
32
- name: Setup JDK
33
uses: actions/setup-java@v4
34
with:
.github/workflows/release.yml
@@ -15,6 +15,8 @@ jobs:
15
16
17
18
19
20
21
22
0 commit comments