This is an automated email from the ASF dual-hosted git repository.

hepin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 7eec328d0c chore: Separate commands with `;` in nightly-builds.yml 
(#1332)
7eec328d0c is described below

commit 7eec328d0c74dfe5a402dbb41cd383c6b906312e
Author: He-Pin(kerr) <[email protected]>
AuthorDate: Fri May 17 19:19:39 2024 +0800

    chore: Separate commands with `;` in nightly-builds.yml (#1332)
---
 .github/workflows/nightly-builds.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/nightly-builds.yml 
b/.github/workflows/nightly-builds.yml
index d954712943..f04e9b80e3 100644
--- a/.github/workflows/nightly-builds.yml
+++ b/.github/workflows/nightly-builds.yml
@@ -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 }}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to