diff --git a/.github/workflows/hotfix-release.yml b/.github/workflows/hotfix-release.yml index 1d2b908..21e8c6f 100644 --- a/.github/workflows/hotfix-release.yml +++ b/.github/workflows/hotfix-release.yml @@ -32,8 +32,8 @@ jobs: contents: write steps: - uses: actions/checkout@v3 - with: - fetch-depth: 0 + with: + fetch-depth: 0 - name: Set up JDK 17 uses: actions/setup-java@v3 with: