You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by md...@apache.org on 2023/01/26 09:46:44 UTC

[incubator-pekko] branch main updated: Fix minor bugs and improve nightly publish-nightly.yml

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 1cca2212d6 Fix minor bugs and improve nightly publish-nightly.yml
1cca2212d6 is described below

commit 1cca2212d6eab6a54a804acf1d2a999793dc82c8
Author: Matthew de Detrich <ma...@aiven.io>
AuthorDate: Thu Jan 26 10:25:02 2023 +0100

    Fix minor bugs and improve nightly publish-nightly.yml
---
 .github/workflows/publish-nightly.yml | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/publish-nightly.yml b/.github/workflows/publish-nightly.yml
index 6614ffd515..8bbeca50d8 100644
--- a/.github/workflows/publish-nightly.yml
+++ b/.github/workflows/publish-nightly.yml
@@ -48,6 +48,15 @@ jobs:
         with:
           java-version: adopt@1.11
 
+      - name: Install Graphviz
+        run: |-
+          sudo apt-get install graphviz
+
+#      disable mima check until first pekko release is done
+#      - name: Report MIMA incompatibility issues
+#        run: |-
+#          sbt +mimaReportBinaryIssues
+
       - name: Publish to Apache Maven repo
         env:
           NEXUS_USER: ${{ secrets.NEXUS_USER }}
@@ -56,9 +65,6 @@ jobs:
 
       - name: Publish local
         run: |-
-          sudo apt-get install graphviz
-          # disable mima check until first pekko release is done
-          # sbt +mimaReportBinaryIssues
           sbt +publishM2
 
       - name: Cache Coursier cache


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org