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