We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162e5b5 commit 83d906dCopy full SHA for 83d906d
.github/workflows/release.yml
@@ -9,6 +9,8 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v4
12
+ with:
13
+ fetch-depth: 0
14
- name: Setup JDK
15
uses: actions/setup-java@v4
16
with:
0 commit comments