build: fix syntax of publish.yml to avoid noisy errors in forks (#45)

This commit is contained in:
Johannes Rudolph 2022-11-14 12:55:21 +01:00 committed by GitHub
parent bdf12355fe
commit 5aedde01db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}