Skip to content

Commit

Permalink
ci: add cross publish and test with scala2.12.15
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyic00 committed Dec 19, 2023
1 parent 43e1024 commit 049564b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup GPG (for Publish)
uses: olafurpg/setup-gpg@v3
- name: Publish
run: sbt ci-release
run: sbt +ci-release
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: Cache Scala
uses: coursier/cache-action@v5
- name: SBT Test
run: sbt test
run: sbt "++ 2.12.15! test"

0 comments on commit 049564b

Please sign in to comment.