diff --git a/.github/workflows/build-main.yml b/.github/workflows/build-main.yml index 2acb78b..9ad7653 100644 --- a/.github/workflows/build-main.yml +++ b/.github/workflows/build-main.yml @@ -30,32 +30,6 @@ jobs: MAVEN_OPTS: ${{ matrix.java.opts }} run: ./mvnw -s .github/maven-ci-settings.xml -B clean verify - deploy: - name: Deployment - needs: build-main - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-java@v4 - name: Set up JDK 11 - with: - distribution: temurin - java-version: 11 - cache: maven - server-id: 'oss.sonatype' - server-username: 'MAVEN_DEPLOY_USERNAME' - server-password: 'MAVEN_DEPLOY_TOKEN' - gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} - gpg-passphrase: 'MAVEN_GPG_PASSPHRASE' - - name: Deploy - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - MAVEN_DEPLOY_USERNAME: ${{ secrets.MAVEN_DEPLOY_USERNAME }} - MAVEN_DEPLOY_TOKEN: ${{ secrets.MAVEN_DEPLOY_TOKEN }} - MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }} - run: | - .github/scripts/deploy.sh - compatibility: runs-on: ubuntu-latest name: Compatibility Check