Skip to content

Commit 57a1538

Browse files
authored
Deploy in GitHub Actions with semantic versioning (#82)
1 parent e55d741 commit 57a1538

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-maven-central.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
steps:
1313
- name: Step 1 - Checkout code
1414
uses: actions/checkout@v3
15+
with:
16+
fetch-depth: 0
1517

1618
- name: Step 2 - Import GPG key
1719
run: |

0 commit comments

Comments
 (0)