Skip to content

Commit

Permalink
republish 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-kai committed Jan 12, 2023
1 parent 60b0023 commit 01f9f3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -94,7 +94,7 @@ jobs:
strategy:
matrix:
java: [ '11' ]
scala: [ '2.12', '2.13', '3']
scala: [ '2.12' ]
steps:
- uses: 7mind/github-env@main
with:
Expand All @@ -105,4 +105,4 @@ jobs:
OPENSSL_KEY: ${{ secrets.OPENSSL_KEY }}
run: |
bash sbtgen.sc --js
bash .build.sh ${{ matrix.scala }} secrets publishScala
bash .build.sh ${{ matrix.scala }} secrets publishScala

0 comments on commit 01f9f3f

Please sign in to comment.