Skip to content

Commit

Permalink
Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi authored Feb 4, 2025
1 parent c99f93e commit 9eb1b50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 8
java-version: 11
- name: Run tests
run: ./mill __.publishArtifacts + __.test

Expand All @@ -35,6 +35,6 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 8
java-version: 11
- name: Publish to Maven Central
run: ./mill -i mill.scalalib.PublishModule/
run: ./mill -i mill.scalalib.PublishModule/

0 comments on commit 9eb1b50

Please sign in to comment.