From af0c54c56612af5451d102c3efbabe1a8afd05b9 Mon Sep 17 00:00:00 2001 From: Vincenzo Pierro Date: Mon, 9 Mar 2026 15:27:50 +0100 Subject: [PATCH] Updated checkout in publish workflow --- .github/workflows/Publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Publish.yaml b/.github/workflows/Publish.yaml index 56e9d31..ed042aa 100644 --- a/.github/workflows/Publish.yaml +++ b/.github/workflows/Publish.yaml @@ -15,8 +15,8 @@ jobs: - name: checkout uses: actions/checkout@v4 with: + fetch-depth: 0 ref: 'main' - fetch-tags: true - name: Setup JDK uses: actions/setup-java@v5