Skip to content

Commit d2d12f3

Browse files
committed
cross compile and publish
1 parent 7ba1bcc commit d2d12f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
run: |
2323
sed -i "s/ThisBuild \/ version := .*/ThisBuild \/ version := \"$VERSION\"/" build.sbt
2424
- name: Compile
25-
run: sbt compile
25+
run: sbt +compile
2626
- name: Publish
2727
env:
2828
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
2929
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
30-
run: sbt publish
30+
run: sbt +publish

0 commit comments

Comments
 (0)