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
|
- name: Publish
|
||||||
run: |-
|
run: |-
|
||||||
sudo apt-get install graphviz
|
sudo apt-get install graphviz
|
||||||
# disable mima check until first pekko release is done
|
# disable mima check until first pekko release is done
|
||||||
# sbt +mimaReportBinaryIssues
|
# sbt +mimaReportBinaryIssues
|
||||||
sbt ci-release
|
sbt ci-release
|
||||||
env:
|
env:
|
||||||
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
|
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue