Skip to content

Commit 67a0690

Browse files
authored
Bump Scala 2.13 to 2.13.17 on the CI (#3900)
1 parent f61ef4b commit 67a0690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1593,7 +1593,7 @@ jobs:
15931593
- name: Print version
15941594
run: ./mill -i show project.publish.finalPublishVersion
15951595
- name: Publish to Sonatype Central
1596-
run: ./mill mill.scalalib.SonatypeCentralPublishModule/ --publishArtifacts '{__[],_,test-runner[2.13.16],test-runner[2.12.20],runner[2.13.16],runner[2.12.20]}.publishArtifacts'
1596+
run: ./mill mill.scalalib.SonatypeCentralPublishModule/ --publishArtifacts '{__[],_,test-runner[2.13.17],test-runner[2.12.20],runner[2.13.17],runner[2.12.20]}.publishArtifacts'
15971597
if: env.SHOULD_PUBLISH == 'true'
15981598
env:
15991599
MILL_PGP_SECRET_BASE64: ${{ secrets.PGP_SECRET }}

0 commit comments

Comments
 (0)