File tree Expand file tree Collapse file tree 3 files changed +0
-16
lines changed Expand file tree Collapse file tree 3 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 3030
3131 - uses : coursier/cache-action@v7
3232
33- - run : " echo temurin:17 > .mill-jvm-version"
34-
3533 - run : ci/publish-docs.sh
You can’t perform that action at this time.
0 commit comments