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 3123af4 commit 6f376b6Copy full SHA for 6f376b6
.github/workflows/release.yml
@@ -15,6 +15,8 @@ jobs:
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v4
18
+ with:
19
+ fetch-depth: 0
20
- name: Setup Java
21
uses: actions/setup-java@v4 # Does also set up Maven and GPG
22
with:
0 commit comments