Skip to content

Commit 0576e43

Browse files
committed
more gh actions tweaks
1 parent 15e094d commit 0576e43

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

.github/workflows/publish-artifacts.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,7 @@ jobs:
5959
LC_ALL: "en_US.UTF-8"
6060
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
6161
steps:
62-
- uses: actions/setup-java@v5
63-
with:
64-
distribution: 'temurin'
65-
java-version: '11'
66-
6762
- uses: actions/checkout@v5
6863
with: { fetch-depth: 0 }
6964

70-
- run: "echo temurin:11 > .mill-jvm-version"
71-
7265
- run: ./mill -i mill.scalalib.SonatypeCentralPublishModule/ --publishArtifacts ${{ matrix.publishartifacts }}

.github/workflows/publish-bridges.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,9 @@ jobs:
2929
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
3030
MILL_COMPILER_BRIDGE_VERSIONS: ${{ inputs.bridge_versions }}
3131
steps:
32-
- uses: actions/setup-java@v5
33-
with:
34-
distribution: 'temurin'
35-
java-version: '11'
36-
3732
- uses: actions/checkout@v5
3833
with: { fetch-depth: 0 }
3934

40-
- run: "echo temurin:11 > .mill-jvm-version"
41-
4235
- run: ./mill -i mill.scalalib.PublishModule/ --publishArtifacts bridge.__.publishArtifacts
4336

4437

.github/workflows/publish-docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,4 @@ jobs:
3030

3131
- uses: coursier/cache-action@v7
3232

33-
- run: "echo temurin:17 > .mill-jvm-version"
34-
3533
- run: ci/publish-docs.sh

0 commit comments

Comments
 (0)