We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c8705f commit 9fd67beCopy full SHA for 9fd67be
.github/workflows/release.yml
@@ -23,6 +23,7 @@ jobs:
23
uses: actions/checkout@v4
24
with:
25
fetch-tags: 'true'
26
+ fetch-depth: '0'
27
28
- name: Set up JDK 17
29
uses: actions/setup-java@v4
.github/workflows/snapshot.yml
@@ -12,6 +12,7 @@ jobs:
12
13
14
15
16
17
18
0 commit comments