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.
1 parent 29c057c commit 440a1bbCopy full SHA for 440a1bb
.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