fix evaluation in nightly-builds.yml (#1234)

This commit is contained in:
PJ Fanning 2024-03-24 13:02:22 +01:00 committed by GitHub
parent c55837e2a8
commit fbd36f4b33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -172,7 +172,7 @@ jobs:
sudo apt-get install graphviz
# genjavadoc does not support Scala 3.x
sbt \
-Dpekko.genjavadoc.enabled={{ matrix.scalaVersion != '3.3' }} \
-Dpekko.genjavadoc.enabled=${{ matrix.scalaVersion != '3.3' }} \
"+~ ${{ matrix.scalaVersion }} doc"
- name: Publish