fetch tags
All checks were successful
CI / deploy (push) Successful in 6m58s

This commit is contained in:
Arindy 2025-02-11 20:37:48 +01:00
parent f7705e15e5
commit 4ebd9a7262

View File

@ -11,6 +11,8 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup JDK
uses: actions/setup-java@v4