You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by jr...@apache.org on 2022/11/14 11:55:27 UTC

[incubator-pekko] branch main updated: build: fix syntax of publish.yml to avoid noisy errors in forks (#45)

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

jrudolph 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 5aedde01db build: fix syntax of publish.yml to avoid noisy errors in forks (#45)
5aedde01db is described below

commit 5aedde01dbcfbb9a268b3b66436d40aefaa2e895
Author: Johannes Rudolph <jo...@gmail.com>
AuthorDate: Mon Nov 14 12:55:21 2022 +0100

    build: fix syntax of publish.yml to avoid noisy errors in forks (#45)
---
 .github/workflows/publish.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 99032df047..53807aaeaf 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -28,8 +28,8 @@ jobs:
       - name: Publish
         run: |-
           sudo apt-get install graphviz
-        # disable mima check until first pekko release is done
-        # sbt +mimaReportBinaryIssues
+          # disable mima check until first pekko release is done
+          # sbt +mimaReportBinaryIssues
           sbt ci-release
         env:
           PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}


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