From 2254a633021794b58f2142605601847f8bfa709b Mon Sep 17 00:00:00 2001 From: jules Ivanic Date: Mon, 4 Sep 2023 21:20:35 +0400 Subject: [PATCH] Migrate to `sbt-ci-release` --- .github/workflows/ci.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8411af18..47c8ca1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,7 @@ on: push: branches: - master + - sbt-ci-release env: JAVA_OPTS: -Xms6g -Xmx6g -XX:+UseG1GC @@ -20,7 +21,7 @@ jobs: module: [ sqltest, db, async, bigdata ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4.0.0 - name: Setup Java and Scala uses: actions/setup-java@v3.10.0 with: @@ -39,13 +40,8 @@ jobs: if: ${{github.event_name != 'pull_request'}} runs-on: ubuntu-latest needs: build - strategy: - matrix: - scala: [ 3.3.0 ] - module: [ base, db, async, bigdata, publish ] - steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4.0.0 - name: Setup Java and Scala uses: actions/setup-java@v3.10.0 with: @@ -54,8 +50,6 @@ jobs: check-latest: true - run: sbt ci-release env: - ENCRYPTION_PASSWORD: ${{ secrets.ENCRYPTION_PASSWORD }} - PULL_REQUEST: ${{ !!github.event.pull_request }} PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }} PGP_SECRET: ${{ secrets.PGP_SECRET }} SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}