diff --git a/.github/workflows/mvn-deploy-release.yaml b/.github/workflows/mvn-deploy-release.yaml index 577108d..6b4fb08 100644 --- a/.github/workflows/mvn-deploy-release.yaml +++ b/.github/workflows/mvn-deploy-release.yaml @@ -20,6 +20,7 @@ jobs: uses: actions/setup-java@v4 with: java-version: 11 + distribution: 'zulu' - name: Create settings-security.xml run: | echo '' > ~/.m2/settings-security.xml @@ -33,4 +34,4 @@ jobs: gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }} nexus_username: ${{ secrets.OSSRH_USERNAME }} nexus_password: ${{ secrets.OSSRH_PASSWORD }} - server_id: ossrh-nexus \ No newline at end of file + server_id: ossrh-nexus