build: fix syntax of publish.yml to avoid noisy errors in forks (#45)
This commit is contained in:
parent
bdf12355fe
commit
5aedde01db
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue