chore: Separate commands with ; in nightly-builds.yml (#1332)

This commit is contained in:
He-Pin(kerr) 2024-05-17 19:19:39 +08:00 committed by GitHub
parent 30052f18d6
commit 7eec328d0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -188,7 +188,7 @@ jobs:
sudo apt-get install graphviz
sbt \
-Dpekko.build.scalaVersion=${{ matrix.scalaVersion }} \
"++ ${{ matrix.scalaVersion }} publishLocal publishM2"
"++ ${{ matrix.scalaVersion }} ;publishLocal;publishM2"
- name: Install scala-cli
if: ${{ matrix.javaVersion == 11 }}