Skip to content

Commit

Permalink
Migrate to sbt-ci-release
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed Sep 5, 2023
1 parent c526735 commit 2254a63
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- master
- sbt-ci-release

env:
JAVA_OPTS: -Xms6g -Xmx6g -XX:+UseG1GC
Expand All @@ -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/[email protected]
with:
Expand All @@ -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/[email protected]
with:
Expand All @@ -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 }}
Expand Down

0 comments on commit 2254a63

Please sign in to comment.