From 5aedde01dbcfbb9a268b3b66436d40aefaa2e895 Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Mon, 14 Nov 2022 12:55:21 +0100 Subject: [PATCH] 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 }}