Skip to content

Commit

Permalink
release scala2.12 and scala2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mgyucht committed Sep 4, 2023
1 parent 106db33 commit 91861f3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
profile:
- scala-2.12
- scala-2.13
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -30,7 +36,7 @@ jobs:
restore-keys: ${{ runner.os }}-m2

- name: Publish to the Maven Central Repository
run: mvn -DskipTests=true --batch-mode deploy
run: mvn -DskipTests=true --batch-mode deploy -P${{ matrix.profile }}
env:
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
Expand Down

0 comments on commit 91861f3

Please sign in to comment.