Skip to content

Merge pull request #3147 from mybatis/renovate/ognl-ognl-3.x #589

Merge pull request #3147 from mybatis/renovate/ognl-ognl-3.x

Merge pull request #3147 from mybatis/renovate/ognl-ognl-3.x #589

Workflow file for this run

name: Sonatype
on:
push:
branches:
- master
jobs:
build:
if: github.repository_owner == 'mybatis' && ! contains(toJSON(github.event.head_commit.message), '[maven-release-plugin]')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 21
distribution: zulu
- name: Deploy to Sonatype
run: ./mvnw deploy -DskipTests -B -V --no-transfer-progress --settings ./.mvn/settings.xml -Dlicense.skip=true -Prelease -Dgpg.skip
env:
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}