Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
fix release process (#231)
Browse files Browse the repository at this point in the history
cross-building is now handled via sbt-projectmatrix
  • Loading branch information
bjaglin authored Nov 3, 2021
1 parent ab56124 commit 487eca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: olafurpg/setup-scala@v13
- uses: coursier/cache-action@v6
- name: Test
run: sbt scalafmtCheck "rules2_12/scalafix --check" +test
run: sbt scalafmtCheck "rules2_12/scalafix --check" test
- name: Publish ${{ github.ref }}
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
Expand Down

0 comments on commit 487eca1

Please sign in to comment.