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 e55d741 commit 57a1538Copy full SHA for 57a1538
.github/workflows/release-maven-central.yml
@@ -12,6 +12,8 @@ jobs:
12
steps:
13
- name: Step 1 - Checkout code
14
uses: actions/checkout@v3
15
+ with:
16
+ fetch-depth: 0
17
18
- name: Step 2 - Import GPG key
19
run: |
0 commit comments