Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Jan 10, 2025
1 parent 893e6ca commit 640b347
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
jvm: 8

- name: Compile
run: sbt +test +mimaReportBinaryIssues
run: sbtn +test +mimaReportBinaryIssues

readme:
runs-on: ubuntu-latest
Expand All @@ -40,7 +40,7 @@ jobs:
jvm: 17

- name: Compile
run: sbt readme/mdoc
run: sbtn readme/mdoc

publish:
needs: test
Expand All @@ -64,7 +64,7 @@ jobs:
PGP_SECRET: ${{ secrets.PUBLISH_SECRET_KEY }}

- name: Release
run: sbt ci-release
run: sbtn ci-release
env:
PGP_PASSPHRASE: ${{ secrets.PUBLISH_SECRET_KEY_PASSWORD }}
PGP_SECRET: ${{ secrets.PUBLISH_SECRET_KEY }}
Expand Down

0 comments on commit 640b347

Please sign in to comment.