chore: Separate commands with ; in nightly-builds.yml (#1332)
This commit is contained in:
parent
30052f18d6
commit
7eec328d0c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nightly-builds.yml
vendored
2
.github/workflows/nightly-builds.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue